Mercurial > daily-edition
changeset 38:946d18e70fcd
changed padding so there isn't as much of a gulf between articles, and made header all-lowercase.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 03 Jan 2010 12:47:25 -0800 |
parents | 193e1387957d |
children | 192bf3100269 |
files | daily-edition.css |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/daily-edition.css Sun Jan 03 12:41:18 2010 -0800 +++ b/daily-edition.css Sun Jan 03 12:47:25 2010 -0800 @@ -18,6 +18,8 @@ #header { border-bottom: 1px dotted gray; font-variant: small-caps; + text-transform: lowercase; + margin-bottom: 0.5em; } #header #static { @@ -33,8 +35,8 @@ } .article { - padding-top: 1em; - padding-bottom: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; } .article .author {