[static-web] Adjust body's margin to avoid a scrollbar showing up



commit f9203abe906e55db3f8283d589013ae50fb3f115
Author: Andrea Veri <av gnome org>
Date:   Fri Mar 28 19:58:04 2014 +0100

    Adjust body's margin to avoid a scrollbar showing up

 css/vote/vote.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/css/vote/vote.css b/css/vote/vote.css
index 85d0c8a..7f1e474 100644
--- a/css/vote/vote.css
+++ b/css/vote/vote.css
@@ -3,7 +3,7 @@ body {
        padding: 0px;
        background: url(https://static.gnome.org/img/html-bg.png) repeat-x scroll 0 10px #FFFFFF;
        height: 100%;
-       margin-bottom: 0px;
+       margin: 0px;
         color: #2E3436;
         font-family: Cantarell,sans-serif;
         font-size: 14px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]