Rules for the side menu
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 794297e..10f7e31 100644 (file)
@@ -26,7 +26,9 @@ a:visited {
  */
 .font {
   font-size: 13px;
-  line-height: 16px;
+}
+.height {
+  line-height: 15px;
 }
 .none {
   display: none;
@@ -38,12 +40,24 @@ h3.bar {
   padding-left: 5px;
   padding-bottom: 2px;
   font-size: 15px;
-  background: #d8e1f6;
+  background: #c0c9db;
 }
 img.border {
   border: 2px solid #e5e5e5;
 }
 
+/*
+ * Menu
+ */
+p.menurule {
+  height: 2px;
+  width: 100%;
+  background-color: #1aa2fe;
+  padding: 0;
+  margin-top: 7px;
+  margin-bottom: 7px;
+}
+
 /*
  * Footer
  */