Author: Arseniy Terekhin <sen...@gmail.com>
Branch: extradoc
Changeset: r429:a7aa0843cf10
Date: 2013-04-21 20:51 +0400
http://bitbucket.org/pypy/pypy.org/changeset/a7aa0843cf10/

Log:    Do not wrap menu items, space between menu lines.

diff --git a/css/site.css b/css/site.css
--- a/css/site.css
+++ b/css/site.css
@@ -380,6 +380,11 @@
        font-size: 1em;
        padding-bottom: 10px;
        text-align: center;
+       line-height:1.75em;
+}
+
+#menu-sub  a{
+       white-space: nowrap;
 }
 
 .menu-sub-sep {
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to