summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/local.css b/local.css
index 032d7de5..043ead07 100644
--- a/local.css
+++ b/local.css
@@ -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
{