* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / bt.css
index 1759de0717492f3ca8e563ea24c1a88e2a5a7d15..8f3b8d319ea328cb8df420e3c13dbc5d8aa21f67 100644 (file)
@@ -1,18 +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
-}\r
-\r
-.tooltip span.top {\r
-       padding: 30px 8px 0;\r
-       background: url(bt.gif) no-repeat top\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
+}