diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-11-29 11:39:37 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-11-29 11:39:37 +0000 |
commit | f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489 (patch) | |
tree | 188b2f7f2fa415c65bf7c182080bc4aad11c17ab /g/style | |
parent | 3bd268a7d10e64b1077502ac68ccf9d15e5c8944 (diff) | |
download | www-f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489.tar www-f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489.tar.gz www-f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489.tar.bz2 www-f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489.tar.xz www-f9139d6ee4d12505e558d9a3fd8dc1ba6b09e489.zip |
style update
Diffstat (limited to 'g/style')
-rw-r--r-- | g/style/all.css | 2 | ||||
-rw-r--r-- | g/style/screen.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index ecc19d483..bff4c22c0 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -50,7 +50,7 @@ ul.todo li.done { text-decoration: line-through; } ul.news { padding: 0; margin: 0; } ul.news li { margin-bottom: 0.5em; list-style: none; } ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; - font-family: courier new; } + font-family: courier new, fixed; margin: 0.3em 1em 0.3em 1em; float: left; } .bb1 { border-bottom: 1px solid #aaa; } .lb1 { border-left: 1px solid #aaa; } diff --git a/g/style/screen.css b/g/style/screen.css index f10b06b3d..f90068799 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -38,7 +38,7 @@ ul.todo li.done { text-decoration: line-through; } ul.news { padding: 0; margin: 0; } ul.news li { margin-bottom: 0.5em; list-style: none; } ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; - font-family: courier new; } + font-family: courier new, fixed; margin: 0.3em 1em 0.3em 1em; float: left; } .bb1 { border-bottom: 1px solid #aaa; } .lb1 { border-left: 1px solid #aaa; } |