www-commits
[Top][All Lists]
Advanced

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

www style.rtl.css


From: Amin Bandali
Subject: www style.rtl.css
Date: Sat, 28 May 2022 18:25:46 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     Amin Bandali <bandali>  22/05/28 18:25:46

Modified files:
        .              : style.rtl.css 

Log message:
        * style.rtl.css: Set right margin for .summary li, .toc li.

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

Patches:
Index: style.rtl.css
===================================================================
RCS file: /web/www/www/style.rtl.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- style.rtl.css       22 Apr 2022 09:57:32 -0000      1.31
+++ style.rtl.css       28 May 2022 22:25:46 -0000      1.32
@@ -18,6 +18,9 @@
 html, body, .nocenter, .summary ul, .toc ul {
    text-align: right;
 }
+.summary li, .toc li {
+   margin: 0 1.5em 0 0;
+}
 #gnu-banner img {
    margin: 0 0 0 .15em;
 }



reply via email to

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