The branch, master has been updated
       via  205bd9d... style: use font Georgia only for specialBox headlines
      from  c6a64fd... Fix German umlauts and French accent.

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 205bd9d8de64ae941051372cc1342b6ac0d69c4a
Author: Stefan Metzmacher <[email protected]>
Date:   Tue May 11 12:16:01 2010 +0200

    style: use font Georgia only for specialBox headlines
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 style/2010/grey/screen.css |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 8b9427b..e9ed259 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -476,6 +476,16 @@ body * {
        font-weight: bold;
 }
 
+#bd .specialBox h4 {
+       color: #c90000;
+       font-size: 18px;
+       font-weight: normal;
+       font-family: Georgia, serif;
+       line-height: 20px;
+       margin: 0;
+       padding: 0;
+}
+
 #bd #specialBoxInternational h4,
 #bd #specialBoxRelated h4 {
        margin: 0 0 16px;
@@ -658,16 +668,6 @@ h3 {
        margin: 0;
 }
 
-h4 {
-       color: #c90000;
-       font-size: 18px;
-       font-weight: normal;
-       font-family: Georgia, serif;
-       line-height: 20px;
-       margin: 0;
-       padding: 0;
-}
-
 p {
        margin: 0 0 16px;
 }
@@ -755,6 +755,12 @@ div.clearing {
        line-height: 20px;
 }
 
+#main h5 {
+       color: #c90000;
+       font-weight: normal;
+       line-height: 20px;
+}
+
 #main p.headline {
        font-weight: bold;
        line-height: 30px;


-- 
Samba Website Repository

Reply via email to