Commit 12de9be8014a3a2949963631e268f767d26b6522
1 parent
f3a27f71
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
style.css
| ... | ... | @@ -1154,7 +1154,7 @@ div#article-parent { |
| 1154 | 1154 | left: 50%; |
| 1155 | 1155 | margin-left: -480px; |
| 1156 | 1156 | width: 960px; |
| 1157 | - max-height: 300px; | |
| 1157 | + max-height: 320px; | |
| 1158 | 1158 | overflow: hidden; |
| 1159 | 1159 | } |
| 1160 | 1160 | |
| ... | ... | @@ -1191,8 +1191,8 @@ div#article-parent { |
| 1191 | 1191 | overflow: hidden; |
| 1192 | 1192 | } |
| 1193 | 1193 | |
| 1194 | -.action-home-index #wrap-2 .block-outer div.display-content-block .lead p{ | |
| 1195 | - font-size: 92%; | |
| 1194 | +.action-home-index #wrap-2 .block-outer div.display-content-block .lead p { | |
| 1195 | + /*font-size: 92%;*/ | |
| 1196 | 1196 | line-height: 1.5em; |
| 1197 | 1197 | word-wrap: break-word; |
| 1198 | 1198 | } |
| ... | ... | @@ -1226,7 +1226,7 @@ div#article-parent { |
| 1226 | 1226 | margin-left: 0; |
| 1227 | 1227 | margin-right: 25px; |
| 1228 | 1228 | width: 275px !important; |
| 1229 | - max-height: 350px; | |
| 1229 | + max-height: 400px; | |
| 1230 | 1230 | } |
| 1231 | 1231 | |
| 1232 | 1232 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block ul li { |
| ... | ... | @@ -1269,7 +1269,7 @@ div#article-parent { |
| 1269 | 1269 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .lead { |
| 1270 | 1270 | display: inline-block; |
| 1271 | 1271 | width: auto; |
| 1272 | - height: 110px; | |
| 1272 | + height: 125px; | |
| 1273 | 1273 | overflow: hidden; |
| 1274 | 1274 | } |
| 1275 | 1275 | ... | ... |