summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2007-03-13 03:36:27 +0000
committerlaetzer <laetzer@users.sourceforge.net>2007-03-13 03:36:27 +0000
commit9cbb0b27676965dd8d0a8b53e3107dd653f3b663 (patch)
tree23e37accbedb1e613fc22656f9a6aa04628195d8 /base.css
parent369c935d3cfb64ca1f34b8de38b6804d3f52fff2 (diff)
downloadthemes-9cbb0b27676965dd8d0a8b53e3107dd653f3b663.tar.gz
themes-9cbb0b27676965dd8d0a8b53e3107dd653f3b663.tar.bz2
themes-9cbb0b27676965dd8d0a8b53e3107dd653f3b663.zip
moved inline styles from multisite's table.data to base.css
Diffstat (limited to 'base.css')
-rw-r--r--base.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/base.css b/base.css
index 820180f..7660d32 100644
--- a/base.css
+++ b/base.css
@@ -166,3 +166,8 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef
.bitboard .desc {font-size: .9em; clear:both;}
.bitboard .topic {font-size: .9em;}
+/* multisites */
+#multisites table.data th.servername {width:18%}
+#multisites table.data th.description {width:30%}
+#multisites table.data th.settings {width:50%}
+#multisites table.data th.actions {width:2%} \ No newline at end of file