diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2007-03-20 02:57:32 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2007-03-20 02:57:32 +0000 |
| commit | 61e39801c5ae173fd0a2bbdb6f577ec32d414c29 (patch) | |
| tree | d484725b24cd377af8493563ca813b0cf1159de5 /base.css | |
| parent | 336a715cb86879eb771bef3155b7704b3a50435b (diff) | |
| download | themes-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.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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;} |
