summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-17 13:41:10 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-17 13:41:10 -0500
commit5beae9e4bee512ad0b52495a6fa8ba94052a3348 (patch)
tree3a8b5b8dea1041b2318792bb5079b3b7be723ac3 /funcweb
parentf6125199c853d22b9ff27b8401bba2a6c4044998 (diff)
downloadthird_party-func-5beae9e4bee512ad0b52495a6fa8ba94052a3348.tar.gz
third_party-func-5beae9e4bee512ad0b52495a6fa8ba94052a3348.tar.xz
third_party-func-5beae9e4bee512ad0b52495a6fa8ba94052a3348.zip
Use 4 columns instead of 3
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/static/css/style.css8
1 files changed, 6 insertions, 2 deletions
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;
}