diff options
-rw-r--r-- | public/stylesheets/screen.css | 3 |
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; |