Patch menu-patch for Website problem Bug #55309
Patch version 2011-07-29 11:08 UTC
Return to Bug #55309 |
Download this patch
Patch Revisions:
Developer: ava3ar@gmail.com
Index: theme.css
===================================================================
--- theme.css (revision 313868)
+++ theme.css (working copy)
@@ -491,7 +491,7 @@
.layout-menu {
float: left;
- width: 160px;
+ width: 300px;
}
.layout-menu li a {
@@ -516,7 +516,7 @@
}
.layout-content {
- margin-left: 175px;
+ margin-left: 290px;
padding-bottom: 12px;
display: block;
}
|