mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
new.html: a proposed new look for the GF home page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user