Author: manuel
Date: 2007-04-21 06:08:48 -0600 (Sat, 21 Apr 2007)
New Revision: 8090
Modified:
branches/new-xsl/lfs.css
Log:
CSS adjusts for LFS.
Modified: branches/new-xsl/lfs.css
===================================================================
--- branches/new-xsl/lfs.css 2007-04-21 00:04:08 UTC (rev 8089)
+++ branches/new-xsl/lfs.css 2007-04-21 12:08:48 UTC (rev 8090)
@@ -36,6 +36,10 @@
/* Sections */
+div.sect1, .appendix {
+ padding-left: .3em;
+}
+
.package, .kernel, .installation, .commands, .testing, .configuration,
.content {
padding: 0 .5em .3em .5em;
margin: 0.5em 0 0.5em 0;
@@ -81,10 +85,15 @@
.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1 {
background: #f5f6f7;
border-bottom: .1em solid #dbddec;
- margin: 0 0 1em 0;
+ margin-bottom: 1em;
+ margin-top: 0;
padding: .4em;
}
+.sect1 h1, .appendix h1 {
+ margin-left: -.2em;
+}
+
.wrap h1 {
background: #f5f6f7;
margin: 0;
@@ -332,7 +341,11 @@
margin: 0.25em;
}
+.variablelist td p {
+ margin-top: 0;
+}
+
/* variablelist as list */
dl {
padding-left: 1em
@@ -406,16 +419,16 @@
margin-left: 1em
}
-li ul {
+.itemizedlist li ul {
margin-bottom: 1.2em;
}
-li ul li p {
+.itemizedlist li ul li p {
margin-top: .2em;
margin-bottom: .2em;
}
-li ul li:first-child p {
+.itemizedlist li ul li:first-child p:first-child {
margin-top: -.6em;
}
@@ -445,6 +458,7 @@
/* Indented blocks */
p, blockquote {
padding-left: 1em;
+ padding-right: 1em;
}
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page