Mercurial > about-mozilla-redesign-2
changeset 4:0342c0407851
A fully horizontal layout.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Feb 2009 14:07:12 -0800 |
parents | b7aa5afa19de |
children | 069a5ff4aba6 |
files | about-mozilla.css about-mozilla.js |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/about-mozilla.css Sat Feb 28 13:47:20 2009 -0800 +++ b/about-mozilla.css Sat Feb 28 14:07:12 2009 -0800 @@ -6,7 +6,6 @@ #issue { display: none; - width: 40em; } #header { @@ -16,6 +15,9 @@ font-weight: bold; font-size: 18pt; border-bottom: 1px solid black; + margin: 6pt; + padding-top: 6pt; + padding-bottom: 6pt; } #subheader { @@ -26,14 +28,18 @@ } #body { - margin-top: 1em; + margin-top: 6pt; } .entry { + float: left; + width: 20em; + padding: 6pt; } .headline { font-weight: bold; + height: 2.5em; } .content {