From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 11 Aug 2006 19:42:07 -0000 Subject: [Cluster-devel] conga/luci/homebase luci_homebase.css Message-ID: <20060811194207.2776.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 +} +