diff options
-rw-r--r-- | local.css | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -132,12 +132,11 @@ pre /* News items on the front page. */ .newsitem { - border: 1px solid black; + padding-top: 2px; } .newsitem + .newsitem { - /* TODO: Why doesn't this work as I want it to work? */ -// border-top-style: none; + clear: left; } .newsitemheader { @@ -159,6 +158,13 @@ pre { display: block; } +.newsitemcontent +{ + /* TODO. Why is this needed to make the floating text appear on the same + vertical height as is the item's title? */ + margin-top: -10px; +} + .table_style_1 { |