svn commit: r40963 - head/en_US.ISO8859-1/htdocs/layout/css
Alexander Nedotsukov
bland at FreeBSD.org
Wed Feb 13 13:36:17 UTC 2013
Author: bland
Date: Wed Feb 13 13:36:16 2013
New Revision: 40963
URL: http://svnweb.freebsd.org/changeset/doc/40963
Log:
Remove artificail height limits which screw up multi-line boxes.
See de, es, fr, it, ja, nl and ru pages.
Modified:
head/en_US.ISO8859-1/htdocs/layout/css/layout.css
Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Feb 13 05:11:16 2013 (r40962)
+++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Feb 13 13:36:16 2013 (r40963)
@@ -400,7 +400,6 @@
margin-top: 30px;
padding: 0;
width: 130px;
- height: 30px;
background-color: #D8D8D8;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
@@ -436,7 +435,6 @@
margin-top: 10px;
padding: 0;
width: 180px;
- height: 25px;
background-color: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
@@ -473,7 +471,6 @@
margin-left: 140px;
padding: 0;
width: 190px;
- height: 35px;
background-color: #FACC2E;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
More information about the svn-doc-head
mailing list