summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-11-13 16:51:11 +0100
committerDan McGee <dan@archlinux.org>2012-11-13 17:21:02 +0100
commit59f5b6ed5524300cc0373ad934b251e220c66da9 (patch)
tree483161a25aa166e7e772687cb10fe2aad9fe9b95 /sitestatic
parentcd625181344c73bdb761520dd23549a112549501 (diff)
downloadarchweb-59f5b6ed5524300cc0373ad934b251e220c66da9.tar.gz
archweb-59f5b6ed5524300cc0373ad934b251e220c66da9.tar.xz
Mirror details style and JS cleanup
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index cef4139..52aec59 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;