diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-07-12 23:47:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-07-12 23:47:17 -0700 |
commit | 39c989e555ff558b66e03a126855f82e59566e09 (patch) | |
tree | bb4d23c6b10674223162343a8ca2a670e4684a7d /static/style | |
parent | b35cd3a021d755c94c58bcd18c236570a70e8b06 (diff) | |
download | bnewnet-39c989e555ff558b66e03a126855f82e59566e09.tar.gz bnewnet-39c989e555ff558b66e03a126855f82e59566e09.zip |
minor style tweak on from page
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index 1dd48e1..97f588c 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -214,7 +214,7 @@ table.listing tr { width: 100%; } table.listing td.date { font-style: italic; - width: 75px; + width: 90px; overflow: hidden; } table.listing td.description { overflow: hidden; } |