[gnomeweb-wml] [wgo] Fix one more typo in the ruler css



commit ee8d56cbd90513b2aae0a617ac70e1da96c52118
Author: Lucas Rocha <lucasr litl com>
Date:   Fri Apr 9 16:55:16 2010 +0100

    [wgo] Fix one more typo in the ruler css

 www.gnome.org/friends/ruler/ruler.js     |    2 +-
 www.gnome.org/friends/ruler/update-ruler |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/www.gnome.org/friends/ruler/ruler.js b/www.gnome.org/friends/ruler/ruler.js
index cda5e9a..b6bf223 100644
--- a/www.gnome.org/friends/ruler/ruler.js
+++ b/www.gnome.org/friends/ruler/ruler.js
@@ -1 +1 @@
-document.write('<style type="text/css">     #gnome-fog-ruler {        background: #237100 url(http://www.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;        /*background: #63B412;*/        padding: 0px;        color: #fff;        font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;        font-size: 13px;        text-shadow: 0 1px 2px #346704;        z-index: 200;        float: left;        width: 100%;        position: relative;    }    #gnome-fog-ruler .fog-center {        background: url(http://www.gnome.org/friends/ruler/ruler-done-bg.jpg) no-repeat scroll right bottom;        width: 920px;        margin: 0 auto;        min-height: 40px;        text-align: left;    }    .gnome-fog-ruler-text {        padding-top: 13px;        padding-bottom: 13px;        margin: 0px;        line-height: 20px;    }</style><div id="gnome-fog-ruler">    <div class="fog-center">        <p class="gnome-fog-ruler-text">        Thanks to our <stron
 g>amazing community</strong>,        the GNOME Foundation raised <strong>$57,000</strong> and is        now able<br/>to hire a <b>Sysadmin for GNOME</b>!        </p>    </div></div>')
+document.write('<style type="text/css">     #gnome-fog-ruler {        background: #237100 url(http://www.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;        /*background: #63B412;*/        padding: 0px;        color: #fff;        font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;        font-size: 13px;        text-shadow: 0 1px 2px #346704;        z-index: 200;        float: left;        width: 100%;        position: relative;    }    #gnome-fog-ruler .fog-center {        background: url(http://www.gnome.org/friends/ruler/ruler-done-bg.png) no-repeat scroll right bottom;        width: 920px;        margin: 0 auto;        min-height: 40px;        text-align: left;    }    .gnome-fog-ruler-text {        padding-top: 13px;        padding-bottom: 13px;        margin: 0px;        line-height: 20px;    }</style><div id="gnome-fog-ruler">    <div class="fog-center">        <p class="gnome-fog-ruler-text">        Thanks to our <stron
 g>amazing community</strong>,        the GNOME Foundation raised <strong>$57,000</strong> and is        now able<br/>to hire a <b>Sysadmin for GNOME</b>!        </p>    </div></div>')
diff --git a/www.gnome.org/friends/ruler/update-ruler b/www.gnome.org/friends/ruler/update-ruler
index 9b6ef4d..c9b8cc4 100755
--- a/www.gnome.org/friends/ruler/update-ruler
+++ b/www.gnome.org/friends/ruler/update-ruler
@@ -79,7 +79,7 @@ CSS_DONE ='\
         position: relative;\
     }\
     #gnome-fog-ruler .fog-center {\
-        background: url(http://www.gnome.org/friends/ruler/ruler-done-bg.jpg) no-repeat scroll right bottom;\
+        background: url(http://www.gnome.org/friends/ruler/ruler-done-bg.png) no-repeat scroll right bottom;\
         width: 920px;\
         margin: 0 auto;\
         min-height: 40px;\



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