Commit fc50fde2550c3f2b8ed5a57d61c7f2baaa435680
1 parent
51a8ee74
Exists in
master
and in
2 other branches
fix css
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -60,7 +60,6 @@ body { |
60 | 60 | #content .block ul{ |
61 | 61 | list-style: none; |
62 | 62 | text-align: justify; |
63 | - padding-left: 20px; | |
64 | 63 | padding-right: 5px; |
65 | 64 | } |
66 | 65 | |
... | ... | @@ -104,6 +103,10 @@ body { |
104 | 103 | } |
105 | 104 | */ |
106 | 105 | |
106 | +div#profile-wall { | |
107 | + padding: initial; | |
108 | +} | |
109 | + | |
107 | 110 | .box-1 .blocks { |
108 | 111 | background-color: #f7f7f7; |
109 | 112 | padding: 0px; | ... | ... |