diff public_html/static/css/index.css @ 12:d9551c7e7101

improved dox library
author sergey
date Fri, 16 May 2014 16:47:50 +0400
parents 573272ec604b
children
line wrap: on
line diff
--- a/public_html/static/css/index.css	Thu May 15 18:24:02 2014 +0400
+++ b/public_html/static/css/index.css	Fri May 16 16:47:50 2014 +0400
@@ -112,19 +112,14 @@
 #top-menu {
 	position: absolute;
 	top: 0px;
-	right: 20px;
+	right: 0px;
 	padding: 0px 30px;
 	border-bottom: 1px solid #c0c0c0;
 	box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.6);
 }
 
-#top-menu .menu-bar a,
-#top-menu .menu-bar .menu-item {
-	border: none;
-	padding: 5px;
-}
-
-#top-menu .menu-bar a:hover {
+#top-menu a.menu-item:hover {
 	background: black;
+	border-bottom: 3px solid black;
 	color: white;
 }
\ No newline at end of file