]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Split menu to left and right part
[pciids.git] / static / screen.css
index 0aa45b0e1243461f026f8c9f34fb63fb2806f1c6..15595ef9d0d08e95d79bea15c410fd7df00a34dd 100644 (file)
@@ -44,19 +44,19 @@ body
        padding-left: 5px;
        padding-right: 5px;
 }
-div.menu
+div.lmenu
 {
        position: relative;
        float: left;
        width: 20%;
 }
-div.navigation-menu
+div.rmenu
 {
        position: relative;
        float: right;
        text-align: right;
        width: 20%;
-       margin-right: 1em;
+       padding-right: 1em;
 }
 div.top h1
 {
@@ -68,15 +68,15 @@ div.clear
 {
        clear: both; /* Hack. Wait for all menus to end first. */
 }
-.menu ul,
+.lmenu ul,
+.rmenu ul,
 .navigation ul,
-.navigation-menu ul,
 ul.navigation
 {
        list-style-type: none;
 }
-.menu li,
-.navigation li
+.lmenu li,
+.rmenu li
 {
        margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
 }