Documentation Tools
Changeset 197
- Timestamp:
- 06/23/07 11:32:08 (5 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
resources/docs.css (modified) (4 diffs)
-
xsl/docbook-chunked.xsl (modified) (1 diff)
-
xsl/docbook-single.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/docs.css
r166 r197 55 55 } 56 56 .navfooter { 57 / /border-bottom: 1px solid #EFEFEF;58 / /border-top: 1px solid #EFEFEF;57 /* border-bottom: 1px solid #EFEFEF; */ 58 /* border-top: 1px solid #EFEFEF; */ 59 59 background-color: #EFEFEF; 60 60 border-left: 1px solid #E0E0E0; 61 61 border-right: 1px solid #E0E0E0; 62 62 padding: 0.5em; 63 // font-size: 90%; 63 /* font-size: 90%; */ 64 64 margin: 0; 65 65 } 66 66 .navfooter * td, .navheader * td { 67 / /border: 1px solid #EFEFEF;68 / /border: 1px solid red;67 /* border: 1px solid #EFEFEF; */ 68 /* border: 1px solid red; */ 69 69 padding: 0 1em; 70 70 } … … 103 103 padding: 0; 104 104 border: 0; 105 // line-height: 1.5em; 105 /* line-height: 1.5em; */ 106 106 } 107 107 .revhistory th, .revhistory td { … … 111 111 } 112 112 .revhistory td { 113 / /background-color: #EFEFEF;113 /* background-color: #EFEFEF; */ 114 114 } 115 115 tr { … … 158 158 } 159 159 160 /* Disable the WPI watermark from main.css for non-chunked output */ 161 body.single div.chapter { 162 border: none ! important; 163 background-image: none ! important; 164 padding: 1em 0; 165 } 166 -
trunk/xsl/docbook-chunked.xsl
r172 r197 4 4 5 5 <xsl:import href="docbook.xsl"/> 6 7 <xsl:template name="body.attributes"> 8 <xsl:attribute name="class"> 9 <xsl:text>chunked</xsl:text> 10 </xsl:attribute> 11 </xsl:template> 12 6 13 </xsl:stylesheet> -
trunk/xsl/docbook-single.xsl
r172 r197 4 4 5 5 <xsl:import href="docbook.xsl"/> 6 7 <xsl:template name="body.attributes"> 8 <xsl:attribute name="class"> 9 <xsl:text>single</xsl:text> 10 </xsl:attribute> 11 </xsl:template> 6 12 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.