diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:20:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:20:15 +0000 |
| commit | 064f9a82e6195dfcf3a87feb534840179cf4b8cc (patch) | |
| tree | f2907bc3ff95d0defe18c331ed3e53fe849e41f6 /style | |
| parent | 805b10b70f3e8c42acde50222c44351885c91663 (diff) | |
| download | install-064f9a82e6195dfcf3a87feb534840179cf4b8cc.tar.gz install-064f9a82e6195dfcf3a87feb534840179cf4b8cc.tar.bz2 install-064f9a82e6195dfcf3a87feb534840179cf4b8cc.zip | |
hide overflow in <th>
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css index 825ccea..64df715 100644 --- a/style/install.css +++ b/style/install.css @@ -65,7 +65,7 @@ body {background:#FFFED4 url(images/bg_body.png) repeat-x left top} body {font:13px/22px sans-serif;margin:0 auto;padding:0} table {border-collapse:collapse;padding:0;margin:0;width:100%;table-layout:fixed} caption {font-weight:bold} -th {text-align:left} +th {text-align:left;overflow:hidden} th a {color:#ff0} td {vertical-align:top} hr {border:1px dotted #bab7ac;border-width:1px 0 0 0;background:transparent;margin:2em 0} |
