summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Mathiesen <marius@shortcut.no>2010-01-04 14:48:19 +0100
committerMarius Mathiesen <marius@shortcut.no>2010-01-04 14:48:19 +0100
commit88e0e5ef6aa85dfd44f80bc4be853790281c1e84 (patch)
treeaec35fdac4c698d721ad6d8ec1591934cbb14813
parentac8b6457c148751bc9cde6b5fe490b4893a42382 (diff)
downloadgitorious-mainline-outdated-88e0e5ef6aa85dfd44f80bc4be853790281c1e84.zip
gitorious-mainline-outdated-88e0e5ef6aa85dfd44f80bc4be853790281c1e84.tar.gz
gitorious-mainline-outdated-88e0e5ef6aa85dfd44f80bc4be853790281c1e84.tar.bz2
Make the fancy front page render properly in IE8
-rw-r--r--public/stylesheets/screen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/screen.css b/public/stylesheets/screen.css
index 3027aa0..f6e8447 100644
--- a/public/stylesheets/screen.css
+++ b/public/stylesheets/screen.css
@@ -138,7 +138,8 @@ Big header
}
#big_header_content{
- margin-top:130px;
+ /* margin-top:130px; */
+ top: 130px;
/* Give this predesence over the #logo_image */
position:relative;