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: Mon, 5 Sep 2016 08:24:29 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/05 08:24:29

Modified files:
        .              : style.rtl.css 

Log message:
        Update to layout.css.

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

Patches:
Index: style.rtl.css
===================================================================
RCS file: /webcvs/www/www/style.rtl.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- style.rtl.css       5 Sep 2016 07:05:11 -0000       1.11
+++ style.rtl.css       5 Sep 2016 08:24:29 -0000       1.12
@@ -18,8 +18,12 @@
 html, body, .nocenter, .edu-breadcrumb {
    text-align: right;
 }
-.imgright { float: left; margin: 1em; margin-left: 0; }
-.imgleft { float: right; margin: 1em; margin-right: 0; }
+
+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; }
 .photo { float: right; }
 
 #fsf-frame { float: left; }
@@ -44,3 +48,19 @@
    float: left;
 }
 div.summary { border-right: 1.5em solid white; border-left: 0; }
+
address@hidden (min-width: 43em) {
+   .pict.narrow {
+       float:right; margin: .2em 1.5em 1em 0;
+   }
+}
address@hidden (min-width: 48em) {
+   .pict.medium {
+       float:right; margin: .2em 1.5em 1em 0;
+   }
+}
address@hidden (min-width: 55em) {
+   .pict.wide {
+       float:right; margin: .2em 1.5em 1em 0;
+   }
+}



reply via email to

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