diff options
author | matthew <matthew> | 2007-02-06 18:13:28 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-06 18:13:28 +0000 |
commit | f96e8a7e5501b01db45c107533be76cfcf453560 (patch) | |
tree | c247bbeee14c91a3e35d02b2d75804183e6d60a8 | |
parent | 812f5e03841ab7b3a933bb9bab4b49e3df12114a (diff) |
Now we have some updates, improve their look.
-rw-r--r-- | web/css.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index c86119837..2bca4baea 100644 --- a/web/css.css +++ b/web/css.css @@ -262,7 +262,9 @@ ol#current img { font-weight: bolder; } -#updates div em { +#updates div { + padding: 0 0 0.5em; + margin: 0 0 0.25em; border-bottom: dotted 1px #5e552b; } |