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, 02 May 2016 11:45:46 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/05/02 11:45:46

Modified files:
        .              : style.rtl.css 

Log message:
        Fix last commit (wrong version).

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

Patches:
Index: style.rtl.css
===================================================================
RCS file: /webcvs/www/www/style.rtl.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- style.rtl.css       2 May 2016 11:41:55 -0000       1.6
+++ style.rtl.css       2 May 2016 11:45:39 -0000       1.7
@@ -1,7 +1,7 @@
 /*
 style.rtl.css -- CSS adjustments for right-to-left languages.
 
-Copyright (C) 2014, 2015 Free Software Foundation
+Copyright (C) 2014, 2015, 2016 Free Software Foundation
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -15,42 +15,50 @@
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.  */
 
-html, body { text-align: right; }
-.back, #backtotop, #searcher { text-align: left; }
+ul, ol, dl { margin-right: 2em; }
 
-.announcement {
-   border-left: 0;
-   border-right: .5em solid #b9bcbf;
+.nocenter, #content, #Action, html, body,
+#content .edu-breadcrumb {
+   text-align: right;
 }
-.promo-banner { background-position: 1% 9%; }
-
-.note, .summary { clear: left; float: left; }
-.note { margin: .3em 1.5em 1em 0; }
+.imgright { float: left; margin: 1em; margin-left: 0; }
+.imgleft { float: right; margin: 1em; margin-right: 0; }
+.photo { float: right; }
 
-.summary { border-right: 1.5em solid white; border-left: 0; }
address@hidden (max-width: 46em) {
-   .note, .summary { float: none; margin: auto; }
+#fsf-frame, #backtotop a {
+   float: left;
 }
-
-.imgright { float: left; margin: .3em 1.5em 1em 0; }
-.imgleft { float: right; margin: .3em 0 1em 1.5em; }
-
-#toplinks, #mission-statement img, #gnu-banner img {
+#searcher, p.back { text-align: left; }
+.promo-banner {
+    background-position: 1% 9%;
+}
+#toplinks, #mission-statement img, #gnu-banner img,
+#content div.big-section {
    float: right;
 }
 #toplinks a, #toplinks a:visited {
   margin-right: 0; margin-left: 1em
 }
-
 #gnu-banner img {
-   margin-left: .4em; margin-right: 0;
+   margin-left: .4em;
 }
-
-#fsf-frame {
-   float: left;
+#home .first-column {
+   clear: right;
+   float: right;
+}
+#home .second-column { float: left; }
+#content .announcement {
+   border-left: 0;
+   border-right: .5em solid #b9bcbf;
 }
address@hidden (max-width: 57em) {
-   #fsf-frame { float: none }
-   #fsf-frame #fssbox { float: left; }
-   #fsf-frame #join-fsf { float: right; margin-left: 2em; }
+.note, div.summary {
+   clear: left;
+   float: left;
 }
+div.summary { border-right: 1.5em solid white; border-left: 0; }
+div.summary { margin: 1em 0 .3em 0; }
+div.toc { margin: 2em auto 2.5em auto; }
+div.summary, div.toc { padding: .5em 1.5em .4em 1.5em; }
address@hidden (max-width: 46em) {
+   div.summary { margin: 2em auto 2.5em auto; }
+ }



reply via email to

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