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 | 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 | 12 | /* Panel Right Style */ |
7 | 13 | .box-1 { |
... | ... | @@ -19,7 +25,7 @@ |
19 | 25 | /* Menu List left */ |
20 | 26 | |
21 | 27 | #content .box-2 .block-title { |
22 | - font-size: 14px; | |
28 | + font-size: 12px; | |
23 | 29 | text-align: left; |
24 | 30 | border-top: 4px solid #00510f; |
25 | 31 | background: #eeefff; | ... | ... |