From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 19 Nov 2007 18:28:06 -0000 Subject: [Cluster-devel] conga/luci/homebase luci_homebase.css Message-ID: <20071119182806.13356.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: rmccabe at sourceware.org 2007-11-19 18:28:05 Modified files: luci/homebase : luci_homebase.css Log message: fix some broken CSS Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.45&r2=1.46 --- conga/luci/homebase/luci_homebase.css 2007/10/09 20:56:50 1.45 +++ conga/luci/homebase/luci_homebase.css 2007/11/19 18:28:05 1.46 @@ -345,12 +345,12 @@ strong.node, strong.cluster { - text-align: top; + text-align: left; font-size: 9pt; } *.reshdr { - text-align: top; + text-align: left; font-size: 10pt; font-weight: 600; padding-bottom: +1em; @@ -366,7 +366,7 @@ td.node_name, td.cluster_name { vertical-align: top; - text-align: top; + text-align: left; font-size: 11pt; width: 50%; }