diff public_html/static/css/global.css @ 8:7d92a42f8e18

improved doxygen library
author sergey
date Wed, 14 May 2014 17:28:22 +0400
parents 2d1a0a75fc49
children 3efa63d911d4
line wrap: on
line diff
--- a/public_html/static/css/global.css	Wed May 14 01:22:21 2014 +0400
+++ b/public_html/static/css/global.css	Wed May 14 17:28:22 2014 +0400
@@ -4,6 +4,12 @@
     padding: 0;
 }
 
+a {
+    transition: all 0.5s;
+    color: inherit;
+    font-weight: bold;
+}
+
 .block {
 	display: block;
 }
@@ -12,6 +18,23 @@
 	text-align: center;
 }
 
+/********************************* MENUS **************************************/
+
+ul.menu-bar {
+	padding: 0;
+    margin: 0;
+    list-style: none;
+}
+
+ul.menu-bar li {
+	display: inline-block;
+    line-height: 100%;
+}
+
+.menu-bar a {
+	
+}
+
 /********************************* TABLES *************************************/
 
 table.pretty-table