www-commits
[Top][All Lists]
Advanced

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

www/server/staging/fundraiser head-include-2.html


From: Therese Godefroy
Subject: www/server/staging/fundraiser head-include-2.html
Date: Fri, 9 Nov 2018 04:29:32 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 18/11/09 04:29:32

Modified files:
        server/staging/fundraiser: head-include-2.html 

Log message:
        Refine media queries.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/fundraiser/head-include-2.html?cvsroot=www&r1=1.23&r2=1.24

Patches:
Index: head-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/fundraiser/head-include-2.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- head-include-2.html 8 Nov 2018 20:35:20 -0000       1.23
+++ head-include-2.html 9 Nov 2018 09:29:32 -0000       1.24
@@ -51,6 +51,7 @@
 {
   display: inline-block;
   width: 4em;
+  text-align: center;
   padding: 0 .5em;
   margin: .3em .5em;
   font-weight: bold;
@@ -119,7 +120,7 @@
   #fundraiser
   {
     float: left;
-    width: 62%;
+    width: 70%;
   }
   p.message, #gnu-banner
   {
@@ -128,10 +129,25 @@
   p.contribute
   {
     float: right;
-    width: 32%;
+    text-align: right;
+    width: 30%;
     margin-top: 4.5em;
   }
 }
address@hidden (min-width: 60em)
+{
+  #fundraiser
+  {
+    width: 62%;
+  }
+  p.contribute
+  {
+    text-align: center;
+  }
+}
+
+
+
 -->
 </style>
 <!-- end of head-include-2.html -->



reply via email to

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