From 5beae9e4bee512ad0b52495a6fa8ba94052a3348 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 17 Jan 2008 13:41:10 -0500 Subject: Use 4 columns instead of 3 --- funcweb/funcweb/static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/static/css/style.css b/funcweb/funcweb/static/css/style.css index 434569b..6954bd7 100644 --- a/funcweb/funcweb/static/css/style.css +++ b/funcweb/funcweb/static/css/style.css @@ -42,7 +42,7 @@ a img { display: block; text-indent: -9999px; - background: url(http://fedoraproject.org/static/images/fedora-logo.png) 20px 50% no-repeat; + /*background: url(http://fedoraproject.org/static/images/fedora-logo.png) 20px 50% no-repeat;*/ height: 73px; width: 138px; overflow: hidden; @@ -655,10 +655,14 @@ background-position:100% -24px; } #col2 { + width: 200px; } #col3 { - float: right; + width: 200px; +} + +#col4 { width: 200px; } -- cgit