ocracy.org
changeset 145:db680cd309da
Fix the css for the XMas version
| author | Marco Barisione <marco@barisione.org> |
|---|---|
| date | Fri Nov 21 21:29:39 2008 +0000 (20 months ago) |
| parents | 2fa3ebbc36fc |
| children | 0a55df39ebfb |
| files | styles/main.css |
line diff
1.1 --- a/styles/main.css Fri Nov 21 21:23:30 2008 +0000 1.2 +++ b/styles/main.css Fri Nov 21 21:29:39 2008 +0000 1.3 @@ -102,9 +102,14 @@ 1.4 letter-spacing: 0.25em; 1.5 font-size: 1em; /*IES:12px/16px/26px*/ 1.6 margin: 0; 1.7 + margin-top: 1.5em; /*IES:18px/24px/39px*/ 1.8 padding: 0 0.5em; /*IES:0 6px/0 8px/0 13px*/ 1.9 } 1.10 1.11 +h2:first-child { 1.12 + margin-top: 1em; 1.13 +} 1.14 + 1.15 .blog-full-name { 1.16 letter-spacing: normal; 1.17 font-style: italic; /*IE:normal*/ 1.18 @@ -187,7 +192,7 @@ 1.19 1.20 .content img.blog-head { 1.21 float: right; 1.22 - margin: -40px -20px 0 0; 1.23 + margin: -60px -45px 0 0; 1.24 } 1.25 1.26 .content .info-table td {
