X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=static%2Fscreen.css;h=15595ef9d0d08e95d79bea15c410fd7df00a34dd;hb=d14718cb3192765fb35f43c560e9bee5d8bba3d7;hp=0aa45b0e1243461f026f8c9f34fb63fb2806f1c6;hpb=70ff29444c4fef1c4422398aafa71d02cd8dd5f9;p=pciids.git diff --git a/static/screen.css b/static/screen.css index 0aa45b0..15595ef 100644 --- a/static/screen.css +++ b/static/screen.css @@ -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. */ }