diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-11 13:32:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-11 13:32:31 +0000 |
| commit | 63c9dcd207139de48c3c6200630066da0be66d4a (patch) | |
| tree | 9ea781c6208a83719fb203e91ea562b72e6572cc /css/oldstyle.css | |
| parent | 84b7a56fb29d4f0c9f6131939dbce5e321a045c4 (diff) | |
new.html: a proposed new look for the GF home page
Diffstat (limited to 'css/oldstyle.css')
| -rw-r--r-- | css/oldstyle.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/css/oldstyle.css b/css/oldstyle.css index 8eb12ca80..fcc422975 100644 --- a/css/oldstyle.css +++ b/css/oldstyle.css @@ -14,12 +14,17 @@ body { h1,h2,h3,h4 { font-size: 20px; } -img.grow { display: none; } - +img.logo, img.grow { display: none; } a { color: #ecc800; } a:hover { color: #fcd800; } +div.links { + display: inline-block; + vertical-align: top; + margin-right: 1em; +} + table.news td { background: inherit; border: 0; @@ -27,6 +32,11 @@ table.news td { padding: 0.25ex 0.5ex; } +table.news td:nth-child(1) { + /* Don't want the hyphens in dates (2012-06-29) to cause line breaks */ + white-space: nowrap; +} + ol.languages { column-width: 12em; -moz-column-width: 12em; |
