X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fbt.css;h=8f3b8d319ea328cb8df420e3c13dbc5d8aa21f67;hb=9eca31087df3558d2827eaa342f6e8861ca32639;hp=1759de0717492f3ca8e563ea24c1a88e2a5a7d15;hpb=d4322ecbbc5b9617a947070254a721ff88f5d4d9;p=citadel.git diff --git a/webcit/static/bt.css b/webcit/static/bt.css index 1759de071..8f3b8d319 100644 --- a/webcit/static/bt.css +++ b/webcit/static/bt.css @@ -1,18 +1,22 @@ -.tooltip { - width: 300px; - color: #000; - font:lighter 11px/1.3 sans-serif; - text-decoration:none; - text-align:left; -} - -.tooltip span.top { - padding: 30px 8px 0; - background: url(bt.gif) no-repeat top -} - -.tooltip b.bottom { - padding:3px 8px 15px; - color: #548912; - background: url(bt.gif) no-repeat bottom -} +/* + * Copyright 2005 - 2009 The Citadel Team + * Licensed under the GPL V3 + */ +.tooltip { + width: 300px; + color: #000; + font:lighter 11px/1.3 sans-serif; + text-decoration:none; + text-align:left; +} + +.tooltip span.top { + padding: 30px 8px 0; + background: url(bt.gif) no-repeat top +} + +.tooltip b.bottom { + padding:3px 8px 15px; + color: #548912; + background: url(bt.gif) no-repeat bottom +}