diff options
author | Peter Andersson <[email protected]> | 2012-08-23 15:52:21 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-23 15:52:21 +0200 |
commit | 14943cd6636e7abdae0e621a6dcb352d9354fcdf (patch) | |
tree | 5272e35e8ed8e9ff047129d2ee197d50426ee17e /lib/common_test/priv/ct_default.css | |
parent | ed07da298f5d10523cbfa76e332d43b36c3e4888 (diff) | |
parent | d961f2d397584e2fa8c6da4b2d6fa495803a7065 (diff) | |
download | otp-14943cd6636e7abdae0e621a6dcb352d9354fcdf.tar.gz otp-14943cd6636e7abdae0e621a6dcb352d9354fcdf.tar.bz2 otp-14943cd6636e7abdae0e621a6dcb352d9354fcdf.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-rw-r--r-- | lib/common_test/priv/ct_default.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/common_test/priv/ct_default.css b/lib/common_test/priv/ct_default.css index 8ae6990cd8..1188f8f676 100644 --- a/lib/common_test/priv/ct_default.css +++ b/lib/common_test/priv/ct_default.css @@ -136,7 +136,18 @@ th { } thead th { - background: #2C5755; text-align: center; + background: #3F3F3F; color: #fff; + font-family: arial, sans-serif; font-size: 120%; + letter-spacing: -0.5px; + font-weight: bold; text-align: center; + padding-right: .5em; vertical-align: top; + text-decoration: underline; +} + +tfoot td { + font-family: arial, sans-serif; font-size: 110%; + letter-spacing: -0.5px; + font-weight: bold; } .odd td { @@ -167,10 +178,6 @@ th a, td a:active { color: #85ABD5; } -tfoot th, tfoot td { - background: #3F3F3F; color: #fff; -} - th + td { padding-left: .5em; } |