diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-12 15:08:16 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-12 15:08:16 +0100 |
commit | 08243e826be7508e3c92841cc332d3bd43357b00 (patch) | |
tree | 69fb2c1ab1f490b5ce570f9ef66e8afacc6afd74 | |
parent | 88b7d2dafb3bc86d25e38d1fbf570bce9d6bee63 (diff) |
Make sure that text following the last news item appears most-left again.
-rw-r--r-- | local.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -37,6 +37,11 @@ body padding: 1em; } +p +{ + clear: left; +} + hr { height: 1px; @@ -169,6 +174,10 @@ pre vertical height as is the item's title? */ margin-top: -10px; } +.newsitemcontent p +{ + clear: none; +} .table_style_1 |