Commit 118c3ac7bb05955ca95983f44241637c9991af57
1 parent
64b5f6c1
Exists in
master
and in
5 other branches
Fix style on Menu left
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
style.css
| 1 | @import url(../profile-base/style.css); | 1 | @import url(../profile-base/style.css); |
| 2 | 2 | ||
| 3 | +/* Main style page */ | ||
| 4 | +body { | ||
| 5 | + background: #FFF; | ||
| 6 | +} | ||
| 3 | 7 | ||
| 4 | - | 8 | +#wrap-2 { |
| 9 | + border: 0px; | ||
| 10 | +} | ||
| 5 | 11 | ||
| 6 | /* Panel Right Style */ | 12 | /* Panel Right Style */ |
| 7 | .box-1 { | 13 | .box-1 { |
| @@ -19,7 +25,7 @@ | @@ -19,7 +25,7 @@ | ||
| 19 | /* Menu List left */ | 25 | /* Menu List left */ |
| 20 | 26 | ||
| 21 | #content .box-2 .block-title { | 27 | #content .box-2 .block-title { |
| 22 | - font-size: 14px; | 28 | + font-size: 12px; |
| 23 | text-align: left; | 29 | text-align: left; |
| 24 | border-top: 4px solid #00510f; | 30 | border-top: 4px solid #00510f; |
| 25 | background: #eeefff; | 31 | background: #eeefff; |