www-commits
[Top][All Lists]
Advanced

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

www/server/staging head-include-21.html


From: Therese Godefroy
Subject: www/server/staging head-include-21.html
Date: Thu, 10 Dec 2015 21:40:29 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/12/10 21:40:29

Modified files:
        server/staging : head-include-21.html 

Log message:
        .crm-amount-bar same color as on fsf.org.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/head-include-21.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: head-include-21.html
===================================================================
RCS file: /webcvs/www/www/server/staging/head-include-21.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- head-include-21.html        10 Dec 2015 20:21:09 -0000      1.1
+++ head-include-21.html        10 Dec 2015 21:40:27 -0000      1.2
@@ -8,6 +8,7 @@
 <!--#include virtual="/server/staging/sofar.html" -->
 <!--
 div.fundraiser {
+  font-family: "FreeSans", sans-serif;
   padding: .3em 1.5%;
   background-color: #f0f2f4;
   margin-top: .5em;
@@ -22,19 +23,22 @@
 
 .crm-amount-high {
   clear-both;
-  float: right; padding-right: .3em;
+  float: right;
+  padding: 0 .3em;
+  background-color: #4a5a6a;
+  border-radius: 1em;
 }
 .crm-amount-bar {
-  border-radius: .5em;
-  background-color:#334683;
+  border-radius: 1em;
+  background-color: #778796;
   color: white;
-  border: .1em solid #222;
+  border: .1em solid #4a5a6a;
   margin-bottom: .5em;
 }
 .crm-amount-fill {
   background: #f2cd5f;
   color: black;
-  border-radius: .5em;
+  border-radius: 1em;
   padding-right: .3em; padding-left: .3em;
   width: 15.335555555556%;
 }
@@ -47,7 +51,7 @@
   background-color: #f2cd5f;
   text-align: center;
   border: .1em solid #CCA832;
-  border-radius: .5em;
+  border-radius: 1em;
 }
 @media (max-width: 30em) {
    .fundraiser {



reply via email to

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