X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.css;h=3a8c4b08eb4ffa009a078b292c9cea6ea19c7980;hp=64f57aa842c8286722b5fad061b5fa9a65409703;hb=ed77839b314639904743a85ff4ea4c5079102464;hpb=3f858e5e0294d56fc32016a1d5c0e253f39902b5 diff --git a/html/ccbs.css b/html/ccbs.css index 64f57aa..3a8c4b0 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -76,6 +76,9 @@ a:visited { .notpaid { color: red; } +p.button { + margin: 0; +} /* IE sucks! */ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; } @@ -86,3 +89,7 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; font-size: x-small; border-top: 1px solid gray; } + +.nowrap { + white-space: nowrap; +}