diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-13 09:51:11 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-13 10:21:02 -0600 |
commit | 59f5b6ed5524300cc0373ad934b251e220c66da9 (patch) | |
tree | 483161a25aa166e7e772687cb10fe2aad9fe9b95 /sitestatic | |
parent | cd625181344c73bdb761520dd23549a112549501 (diff) |
Mirror details style and JS cleanup
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index cef41399..52aec59f 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -314,6 +314,15 @@ table.pretty2 { border: 1px dotted #bbb; } +table.compact { + width: auto; +} + + table.compact td { + padding: 0.25em 0 0.25em 1.5em; + } + + /* definition lists */ dl { clear: both; |