Commit 43d20e8006ce2073d98f14ce2a5f2d788b8b24c9
1 parent
7e8e9493
Exists in
master
and in
3 other branches
fix wrapper-8
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -114,6 +114,10 @@ min-width: 20%; |
114 | 114 | background: url(images/no-image.gif) no-repeat; |
115 | 115 | } |
116 | 116 | |
117 | +#main-content-wrapper-8 { | |
118 | + padding: 0px 20px; | |
119 | +} | |
120 | + | |
117 | 121 | #content .block {background-color:#fff;box-shadow: 5px 5px 5px -2px #ddd;padding-bottom: 1em;} |
118 | 122 | |
119 | 123 | #content .block .block-inner-2 h3~div {padding:1em;} | ... | ... |