www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Pavel Kharitonov
Subject: www layout.css
Date: Tue, 07 Apr 2015 05:16:13 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       15/04/07 05:16:13

Modified files:
        .              : layout.css 

Log message:
        (toplinks a): Workaround for Midori 0.5.8.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.181&r2=1.182

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -b -r1.181 -r1.182
--- layout.css  1 Apr 2015 14:31:30 -0000       1.181
+++ layout.css  7 Apr 2015 05:16:13 -0000       1.182
@@ -204,6 +204,8 @@
 }
 #toplinks a, #toplinks a:visited {
    white-space: nowrap;
+   /* the next line is a workaround for Midori 0.5.8 */
+   display: inline-block;
    color: #404040; text-decoration: none;
    margin-right: 1em;
 }



reply via email to

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