[pypy-commit] pypy.org extradoc: Do not wrap menu items, space between menu lines.

senyai noreply at buildbot.pypy.org
Mon May 13 19:17:23 CEST 2013


Author: Arseniy Terekhin <senyai at 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 {


More information about the pypy-commit mailing list