®omano 4 лет назад
Родитель
Сommit
9b6be3b124
1 измененных файлов с 19 добавлено и 19 удалено
  1. 19 19
      themes/Revolution/style.css

+ 19 - 19
themes/Revolution/style.css

@@ -116,25 +116,6 @@ hr {
 			color:#FFFFFF;
 			text-decoration:none;
 			}
-		
-		/*Prefere having OS icon on hover*/
-		li.win32 a:hover{
-			background: #999 url('../../images/os/win32.png') no-repeat 97% center !important;
-			background-size: 20px auto;
-		}
-		li.linux32 a:hover{
-			background: #999 url('../../images/os/linux32.png') no-repeat 97% center !important;
-			background-size: 20px auto;
-		}
-		li.win64 a:hover{
-			background: #999 url('../../images/os/win64.png') no-repeat 97% center !important;
-			background-size: 20px auto;
-		}
-		li.linux64 a:hover{
-			background: #999 url('../../images/os/linux64.png') no-repeat 97% center !important;
-			background-size: 20px auto;
-		}
-		
 	.menu li ul{
 		background:#333333;
 		display:none;
@@ -221,6 +202,25 @@ hr {
 #submenu_0 li:hover ul li{
 	display:block;
 }
+
+/*Prefere having OS icon on hover*/
+li.win32 a:hover{
+	background: #999 url('../../images/os/win32.png') no-repeat 97% center !important;
+	background-size: 20px auto !important;
+}
+li.linux32 a:hover{
+	background: #999 url('../../images/os/linux32.png') no-repeat 97% center !important;
+	background-size: 20px auto !important;
+}
+li.win64 a:hover{
+	background: #999 url('../../images/os/win64.png') no-repeat 97% center !important;
+	background-size: 20px auto !important;
+}
+li.linux64 a:hover{
+	background: #999 url('../../images/os/linux64.png') no-repeat 97% center !important;
+	background-size: 20px auto !important;
+}
+
 /*End Of Menu*/
 		
 #container {