svn commit: r47249 - head/share/misc

Warren Block wblock at FreeBSD.org
Sun Aug 16 22:40:02 UTC 2015


Author: wblock
Date: Sun Aug 16 22:40:01 2015
New Revision: 47249
URL: https://svnweb.freebsd.org/changeset/doc/47249

Log:
  Even out the padding for admonitions.

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Sun Aug 16 16:16:09 2015	(r47248)
+++ head/share/misc/docbook.css	Sun Aug 16 22:40:01 2015	(r47249)
@@ -312,7 +312,7 @@ pre.programlisting {
 
 .note, .tip, .important, .warning, .caution, .example, div.procedure {
 	border-radius: 4px;
-	padding: 2ex 2ex 0 2ex;
+	padding: 2ex;
 	margin: .75em 3em .75em 1em;
         line-height: 1.3;
 }


More information about the svn-doc-all mailing list