svn commit: r47249 - head/share/misc
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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;
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"