Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 14:26:00 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47366 - head/share/misc
Message-ID:  <201509041426.t84EQ07H086856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Sep  4 14:25:59 2015
New Revision: 47366
URL: https://svnweb.freebsd.org/changeset/doc/47366

Log:
  Fix indentation in docbook.css.
  
  Approved by:	wblock
  Sponsored by:	Absolight

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Fri Sep  4 14:25:50 2015	(r47365)
+++ head/share/misc/docbook.css	Fri Sep  4 14:25:59 2015	(r47366)
@@ -31,7 +31,7 @@
  */
 
 .formalpara-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 a:link {
@@ -45,64 +45,64 @@ a:visited, a:hover, a:active {
 }
 
 div.blockquote-title {
-  font-weight: bold;
-  margin-top: 1em;
-  margin-bottom: 1em;
+	font-weight: bold;
+	margin-top: 1em;
+	margin-bottom: 1em;
 }
 
 span.msgmain-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 span.msgsub-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 span.msgrel-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.msglevel, div.msgorig, div.msgaud {
-  margin-top: 1em;
-  margin-bottom: 1em;
+	margin-top: 1em;
+	margin-bottom: 1em;
 }
 
 span.msglevel-title, span.msgorig-title, span.msgaud-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.msgexplan {
-  margin-top: 1em;
-  margin-bottom: 1em;
+	margin-top: 1em;
+	margin-bottom: 1em;
 }
 
 span.msgexplan-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.figure-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.example-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.equation-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.table-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.sidebar-title {
-  font-weight: bold;
+	font-weight: bold;
 }
 
 div.synopsis {
-  white-space: pre;
-  font-family: monospace;
+	white-space: pre;
+	font-family: monospace;
 }
 
 /*
@@ -156,7 +156,7 @@ div.list-of-examples div.toc-title {
 
 div.calloutlist dt {
 	float: left;
-	width: 1em;}
+width: 1em;}
 
 div.calloutlist dd {
 	clear: right;
@@ -256,9 +256,9 @@ html {
 }
 
 .package, .port {
-  color: #007a00;
-  font-family: monospace;
-  font-style: italic;
+	color: #007a00;
+	font-family: monospace;
+	font-style: italic;
 }
 
 .svnref {
@@ -314,7 +314,7 @@ pre.programlisting {
 	border-radius: 4px;
 	padding: 2ex;
 	margin: .75em 3em .75em 1em;
-        line-height: 1.3;
+	line-height: 1.3;
 }
 
 .note, div.procedure {
@@ -366,8 +366,8 @@ pre.programlisting {
 
 .procedure-title {
 	font-weight: bold;
-        line-height: 1;
-        margin-right: 0;
+	line-height: 1;
+	margin-right: 0;
 }
 
 .note p:first-of-type, .tip p:first-of-type, .important p:first-of-type, .warning p:first-of-type, .caution p:first-of-type {
@@ -379,8 +379,8 @@ pre.programlisting {
 }
 
 .informaltable table.calstable tr td {
-        padding-left: 1em;
-        padding-right: 1em;
+	padding-left: 1em;
+	padding-right: 1em;
 }
 
 .authorgroup {



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