Browse Source

fixed the position of the toolbars and the main queue/history divs

tags/0.6.0
xamphear 14 years ago
parent
commit
e9aaed58f4
  1. 7
      interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.css

7
interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.css

@ -265,11 +265,11 @@ body {
height: 30px; height: 30px;
} }
.navigation ul#navigation_menu_left { .navigation ul#navigation_menu_left {
margin-left:110px; margin-left:108px;
float:left; float:left;
} }
.navigation ul#navigation_menu_right { .navigation ul#navigation_menu_right {
margin-right:110px; margin-right:108px;
float:right; float:right;
} }
@ -504,7 +504,8 @@ body {
#page-wrap { #page-wrap {
clear:both; clear:both;
margin: 0px auto; margin-left: 98px;
margin-right: 98px;
} }
#master-width { #master-width {

Loading…
Cancel
Save