]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/iconbarpiconly.css
* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / iconbarpiconly.css
index 25ecfbffb0f80fa21f5317340fbb6a8fa4c974a6..3bee21a6570835f26ba0e20e8b7b7f50a9d8334e 100644 (file)
@@ -1,11 +1,20 @@
+/*
+ * $Id: iconbaricns.css 7193 2009-03-07 17:24:58Z dothebart $
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ *
+ * Styles for the WebCit Iconbar in textonly mode.
+ *
+ */
+
 @import url("/static/iconbaricns.css");
 
-#button > li {
+.ib_button {
     width: 35px;
 }
-#button > li > a {
+.ib_button_link {
     padding-left: 0;
 }
-#button > li > a > span {
+.ib_button_link span {
     display: none;
 }
\ No newline at end of file