mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
GF home page: avoid line breaks in dates in the news section
This commit is contained in:
@@ -20,6 +20,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;
|
||||
}
|
||||
|
||||
th,td { border: 1px solid #333; }
|
||||
|
||||
td { background: white; }
|
||||
|
||||
Reference in New Issue
Block a user