svn commit: r41626 - projects/xml-tools/share/misc

Gabor Kovesdan gabor at FreeBSD.org
Mon May 13 16:51:51 UTC 2013


Author: gabor
Date: Mon May 13 16:51:51 2013
New Revision: 41626
URL: http://svnweb.freebsd.org/changeset/doc/41626

Log:
  - Add a boxed formatting for procedure descriptions

Modified:
  projects/xml-tools/share/misc/docbook.css

Modified: projects/xml-tools/share/misc/docbook.css
==============================================================================
--- projects/xml-tools/share/misc/docbook.css	Mon May 13 14:56:33 2013	(r41625)
+++ projects/xml-tools/share/misc/docbook.css	Mon May 13 16:51:51 2013	(r41626)
@@ -259,14 +259,14 @@ div.programlisting {
 	text-align: left;
 }
 
-.note, .tip, .important, .warning, .caution, .example {
+.note, .tip, .important, .warning, .caution, .example, div.procedure {
 	border-radius: 6px;
 	padding: 2ex 2ex;
 	margin: .75em 3em .75em 3em;
         line-height: 1.3;
 }
 
-.note {
+.note, div.procedure {
 	color: #222;
 	background: #eee;
 	border: 1px solid #ccc;
@@ -314,6 +314,12 @@ div.programlisting {
 	margin-right: 0;
 }
 
+.procedure-title {
+	font-weight: bold;
+        line-height: 1;
+        margin-right: 0;
+}
+
 .note p, .tip p, .important p, .warning p, .caution p, .example p {
 	display: inline;
 }
@@ -331,6 +337,10 @@ div.programlisting {
 	font-weight: bold;
 }
 
+.userinput {
+	font-weight: normal;
+}
+
 pre.screen strong {
 	font-weight: normal;
 }


More information about the svn-doc-projects mailing list