[Cluster-devel] conga/luci/homebase luci_homebase.css

jparsons at sourceware.org jparsons at sourceware.org
Fri Aug 11 19:42:07 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-11 19:42:06

Modified files:
	luci/homebase  : luci_homebase.css 

Log message:
	added indent classes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.10&r2=1.11

--- conga/luci/homebase/luci_homebase.css	2006/08/02 16:25:11	1.10
+++ conga/luci/homebase/luci_homebase.css	2006/08/11 19:42:06	1.11
@@ -1,4 +1,4 @@
-/* $Id: luci_homebase.css,v 1.10 2006/08/02 16:25:11 rmccabe Exp $ */
+/* $Id: luci_homebase.css,v 1.11 2006/08/11 19:42:06 jparsons Exp $ */
 
 *.errmsgs,*.retmsgs {
 	list-style-image: none !important;
@@ -146,3 +146,28 @@
   margin-top: .25em !important;
   margin-bottom: .25em !important;
 }
+
+div.rc_indent0 {
+  margin-left: .0em 
+}
+
+div.rc_indent1 {
+  margin-left: .2em 
+}
+
+div.rc_indent2 {
+  margin-left: .4em 
+}
+
+div.rc_indent3 {
+  margin-left: .6em 
+}
+
+div.rc_indent4 {
+  margin-left: .8em 
+}
+
+div.rc_indent5 {
+  margin-left: 1.0em 
+}
+




More information about the Cluster-devel mailing list