diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 712168834..ceb22ded3 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -646,7 +646,7 @@ h6 { font-size: 0.8em; } /* width:936px; */ margin:0; position:fixed; - top:-60px; + top:0px; width:969px; -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -663,7 +663,7 @@ h6 { font-size: 0.8em; } /* width:936px; */ margin:0; position:fixed; - top:-60px; + top:0px; width:969px; -webkit-border-radius: 4px; -moz-border-radius: 4px; |