www-commits
[Top][All Lists]
Advanced

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

www style.rtl.css


From: Therese Godefroy
Subject: www style.rtl.css
Date: Sun, 6 Nov 2016 19:49:47 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/11/06 19:49:47

Modified files:
        .              : style.rtl.css 

Log message:
        Increase top margin of floating stuff to adjust for increased 
line-height.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.rtl.css?cvsroot=www&r1=1.16&r2=1.17

Patches:
Index: style.rtl.css
===================================================================
RCS file: /webcvs/www/www/style.rtl.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- style.rtl.css       29 Sep 2016 07:52:48 -0000      1.16
+++ style.rtl.css       6 Nov 2016 19:49:47 -0000       1.17
@@ -22,8 +22,8 @@
 ol li { margin: 1em 1em 0 0; }
 ul li, ul ol li { margin: .5em 1em 0 0; }
 
-.imgright { float: left;  margin: .2em 1.5em 1em 0; }
-.imgleft  { float: right; margin: .2em 0 1em 1.5em; }
+.imgright { float: left;  margin: .3em 1.5em 1em 0; }
+.imgleft  { float: right; margin: .3em 0 1em 1.5em; }
 .photo { float: right; }
 
 #fsf-frame { float: left; }
@@ -48,22 +48,22 @@
 }
 @media (min-width: 43em) {
    .pict.narrow {
-       float:right; margin: .2em 1.5em 1em 0;
+       float:right; margin: .3em 1.5em 1em 0;
    }
 }
 @media (min-width: 48em) {
    .pict.medium {
-       float:right; margin: .2em 1.5em 1em 0;
+       float:right; margin: .3em 1.5em 1em 0;
    }
    .note, .summary {
       clear: left;
       float: left;
-      margin: .2em 2em 1em 0;
+      margin: .3em 2em 1em 0;
    }
 }
 @media (min-width: 55em) {
    .pict.wide {
-       float:right; margin: .2em 1.5em 1em 0;
+       float:right; margin: .3em 1.5em 1em 0;
    }
 }
 @media (min-width: 60em) {



reply via email to

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