summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2007-03-20 02:57:32 +0000
committerlaetzer <laetzer@users.sourceforge.net>2007-03-20 02:57:32 +0000
commit61e39801c5ae173fd0a2bbdb6f577ec32d414c29 (patch)
treed484725b24cd377af8493563ca813b0cf1159de5 /base.css
parent336a715cb86879eb771bef3155b7704b3a50435b (diff)
downloadthemes-61e39801c5ae173fd0a2bbdb6f577ec32d414c29.tar.gz
themes-61e39801c5ae173fd0a2bbdb6f577ec32d414c29.tar.bz2
themes-61e39801c5ae173fd0a2bbdb6f577ec32d414c29.zip
added thead/tfoot + basic styling, truncated settings text to "title"
Diffstat (limited to 'base.css')
-rw-r--r--base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.css b/base.css
index e1c2676..96a9dd3 100644
--- a/base.css
+++ b/base.css
@@ -1,6 +1,7 @@
/* essential and basic css settings */
body {background:#fff; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
+table tfoot td {font-weight:700;text-align:center}
table.dBug_array {width:auto; border: 1px solid black; border-spacing:1px;}
pre,pre *,code,code *,.code {font-family:monospace !important; text-align:left; font-size:1.1em;}
pre {overflow:auto; text-align:left;}