www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Pavel Kharitonov
Subject: www layout.css
Date: Sat, 14 Dec 2013 07:31:12 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       13/12/14 07:31:12

Modified files:
        .              : layout.css 

Log message:
        Move progress image closer to text RT #876378.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.158&r2=1.159

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- layout.css  13 Dec 2013 05:31:30 -0000      1.158
+++ layout.css  14 Dec 2013 07:30:17 -0000      1.159
@@ -491,13 +491,17 @@
 
 /* Begin fundraising banner */
 #fundraiserbanner2013-14 {
-  padding-top:10px; display:block; text-align:center; clear:both;
+  text-align:center; clear:both;
+  margin: auto; max-width: 70em;
 }
 #fundraiserbanner2013-14 .underline { text-decoration: underline; }
 #fundraiserbanner2013-14 .nounderline { text-decoration: none; }
-#fundraiserbanner2013-14 .right { float:right; height:100px; margin-right: 
.5em; padding-bottom: 1em; }
+#fundraiserbanner2013-14 .right {
+  float: right; height: 100px;
+  margin-right: 1em; margin-left: 1em;
+  padding-bottom: 1em;
+}
 #fundraiserbanner2013-14 .text { 
-  text-align:center; font:16px sans-serif; position:relative;
-  top:10%;
+  text-align: center; font: 16px sans-serif;
 }
 /* End fundraising banner */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]