]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/bt.css
* Removed AddCss() from bubble tooltips javascript. It isn't needed since we already...
[citadel.git] / webcit / static / bt.css
index d7bee83ba44d1ede68358bc4ad2ddd1c493bde70..74b30a19ae9a2281d3b2a06b962fe400bada590a 100644 (file)
@@ -1,19 +1,22 @@
-.tooltip {\r
-       width: 300px;\r
-       color: #000;\r
-       font:lighter 11px/1.3 sans-serif;\r
-       text-decoration:none;\r
-       text-align:left;\r
-       overflow:hidden;\r
-}\r
-\r
-.tooltip span.top {\r
-       padding: 30px 8px 0;\r
-       background: url(bt.gif) no-repeat top left;\r
-}\r
-\r
-.tooltip b.bottom {\r
-       padding:3px 8px 15px;\r
-       color: #548912;\r
-       background: url(bt.gif) no-repeat bottom\r
-}\r
+/*
+ * 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
+}