Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 14:47:02 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43755 - head/share/misc
Message-ID:  <201402041447.s14El2tu005083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Feb  4 14:47:02 2014
New Revision: 43755
URL: http://svnweb.freebsd.org/changeset/doc/43755

Log:
  - Revert the change of the size of admonition boxes since it did not render
    fine when embedded to procedures (should that be allowed at all?)
  
  Reported by:	wblock

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Tue Feb  4 14:41:22 2014	(r43754)
+++ head/share/misc/docbook.css	Tue Feb  4 14:47:02 2014	(r43755)
@@ -289,41 +289,41 @@ pre.programlisting {
 	color: #222;
 	background: #eee;
 	border: 1px solid #ccc;
-	width: 63em;
+	width: 90%;
 }
 
 .tip {
 	color: #004F00;
 	background: #d8ecd6;
 	border: 1px solid green;
-	width: 63em;
+	width: 90%;
 }
 
 .important {
 	font-style:italic;
 	border: 1px solid #a00;
-	border-left: 1em solid #c00;
-	width: 62em;
+	border-left: 12px solid #c00;
+	width: 90%;
 }
 
 .warning {
 	color: #9F1313;
 	background: #f8e8e8;
 	border: 1px solid #e59595;
-	width: 63em;
+	width: 90%;
 }
 
 .caution {
 	color: #3E3535;
 	background: #FFC;
 	border: 1px solid #e59595;
-	width: 63em;
+	width: 90%;
 }
 
 .example {
 	background: #fefde6;
 	border: 1px solid #f1bb16;
-	width: 63em;
+	width: 90%;
 }
 
 .admontitle {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041447.s14El2tu005083>