Explorar o código

! Let's make the menu have actually symmetrical rounded corners rather than this weird alignment that looks wrong.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer %!s(int64=11) %!d(string=hai) anos
pai
achega
4a5a195454
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -1156,7 +1156,7 @@ img.sort, .sort {
 	border: solid 1px #999;
 	border-left: solid 1px #bbb;
 	border-top: solid 1px #ccc;
-	border-radius: 2px 7px 0 4px;
+	border-radius: 4px;
 	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
 	background: -webkit-linear-gradient(bottom, #E2E9F3 1%, #FFFFFF 70%);
 	background: linear-gradient(to top, #E2E9F3 1%, #FFFFFF 70%);