svn commit: r40373 - head/en_US.ISO8859-1/htdocs/layout/css
Glen Barber
gjb at FreeBSD.org
Thu Dec 13 02:14:17 UTC 2012
Author: gjb
Date: Thu Dec 13 02:14:17 2012
New Revision: 40373
URL: http://svnweb.freebsd.org/changeset/doc/40373
Log:
Increase padding, in case page is viewed with smaller DPI.
Submitted by: bdrewery
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 Dec 12 23:38:31 2012 (r40372)
+++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Dec 13 02:14:17 2012 (r40373)
@@ -437,7 +437,7 @@
margin-top: 10px;
padding: 0;
/*padding-right: 30px;*/
- width: 150px;
+ width: 180px;
height: 25px;
background-color: white;
-moz-border-radius: 10px;
More information about the svn-doc-head
mailing list