www-commits
[Top][All Lists]
Advanced

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

www style.rtl.css


From: Pavel Kharitonov
Subject: www style.rtl.css
Date: Sat, 29 Mar 2014 05:49:19 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       14/03/29 05:49:19

Added files:
        .              : style.rtl.css 

Log message:
        New file.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.rtl.css?cvsroot=www&rev=1.1

Patches:
Index: style.rtl.css
===================================================================
RCS file: style.rtl.css
diff -N style.rtl.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ style.rtl.css       29 Mar 2014 05:49:18 -0000      1.1
@@ -0,0 +1,48 @@
+/*
+style.rtl.css -- CSS adjustments for right-to-left languages.
+
+Copyright (C) 2014 Free Software Foundation
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.  */
+
+.nocenter, #fsf-support, #content, #Action,
+#content .edu-breadcrumb {
+   text-align: right;
+}
+.imgright { float: left; margin: 1em; margin-left: 0; }
+.imgleft { float: right; margin: 1em; margin-right: 0; }
+
+#fsf-frame, #bottom-notes, #backtotop a, img.ambedkar {
+   float: left;
+}
+#searcher, .back { text-align: left; }
+#toplinks, #mission-statement img, #gnu-banner img {
+   float: right;
+}
+#gnu-banner img {
+   margin-left: .4em;
+}
+div#backtotop, th.gpl-matrix-license { text-align: left; }
+#home .first-column {
+   clear: right;
+   float: right;
+}
+#home .second-column { float: left; }
+#content .announcement {
+   border-left: 0;
+   border-right: .5em solid #b9bcbf;
+}
+#content .note {
+   clear: left;
+   float: left;
+}



reply via email to

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