[cvs] [Wiki] changed: DimpMenuHowTo
Jan Schneider
jan at horde.org
Thu Dec 10 12:14:23 UTC 2009
jan Thu, 10 Dec 2009 07:14:23 -0500
Modified page: http://wiki.horde.org/DimpMenuHowTo
New Revision: 1.1
Change log: Fix rules
@@ -6,9 +6,9 @@
First create a CSS file {{dimp/themes/}}. You can chose any file
name, {{custom.css}} is a good name for it.
<code type="css">
/* To hide the application links in the left menu: */
-#applicationfolders {
+#sidebarPanel #applicationfolders {
display: none;
}
/* To hide the complete tab bar on the top: */
@@ -19,9 +19,9 @@
/* To hide the tab on the top but keep the quota bar: */
#tabbar li {
display: none;
}
-#quota {
+#tabbar li#quota {
display: list-item;
margin-bottom: 10px;
}
</code>
More information about the cvs
mailing list