svn commit: r43627 - head/share/misc

Gabor Kovesdan gabor at FreeBSD.org
Wed Jan 22 11:16:07 UTC 2014


Author: gabor
Date: Wed Jan 22 11:16:07 2014
New Revision: 43627
URL: http://svnweb.freebsd.org/changeset/doc/43627

Log:
  - Reduce bottom padding in admonition boxes
  
  Reported by:	wblock

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Wed Jan 22 11:08:48 2014	(r43626)
+++ head/share/misc/docbook.css	Wed Jan 22 11:16:07 2014	(r43627)
@@ -280,7 +280,7 @@ pre.programlisting {
 
 .note, .tip, .important, .warning, .caution, .example, div.procedure {
 	border-radius: 6px;
-	padding: 2ex 2ex;
+	padding: 2ex 2ex 0 2ex;
 	margin: .75em 3em .75em 1em;
         line-height: 1.3;
 }


More information about the svn-doc-all mailing list