Changeset 5971 for trunk/lib/docbook
- Timestamp:
- Feb 17, 2012, 11:30:22 AM (12 years ago)
- Location:
- trunk/lib/docbook/custom-styles/docbook/plain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/custom-styles/docbook/plain/css/docbook.css
r5826 r5971 1 1 @charset "UTF-8"; 2 2 /* 3 3 * A CSS stylesheet for Docbook-generated documentation. … … 124 124 font-weight: bold; 125 125 } 126 127 .guimenu, .guisubmenu, .guimenuitem { 128 padding-right: 2px; 129 padding-left: 2px; 130 } 126 .guimenuitem:before, .guisubmenu:before 127 { 128 content: '››'; 129 padding-right: 4px; 130 padding-left: 4px; 131 } 132 133 .guibutton 134 { 135 font-weight: bold; 136 border: 1px solid #A0A0A0; 137 border-radius: 4px; 138 padding: 1px 5px 1px 5px; 139 background: #E8E8E8; 140 line-height: 1.5em; 141 white-space: nowrap; 142 143 } 144 145 .guimenu, .guisubmenu, .guimenuitem 146 {} 131 147 132 148 .userinput, .literallayout, .package { … … 141 157 .inlinemediaobject img { 142 158 vertical-align: text-bottom; 159 padding-bottom: 2px; 143 160 } 144 161 … … 281 298 text-align: center; 282 299 margin-top: 1em; 283 margin-bottom: 1em; 300 margin-bottom: 0em; 301 } 302 303 br.figure-break 304 { 305 line-height: 0px; 284 306 } 285 307 -
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl
r5791 r5971 52 52 <xsl:param name="admon.style"></xsl:param> 53 53 <xsl:param name="admonition.title.properties">text-align: left</xsl:param> 54 <xsl:param name="menuchoice.menu.separator">►</xsl:param> 54 <!-- xsl:param name="menuchoice.menu.separator">►</xsl:param--> 55 <xsl:param name="menuchoice.menu.separator"></xsl:param> 55 56 56 57 <xsl:param name="keep.relative.image.uris" select="false"/>
Note: See TracChangeset
for help on using the changeset viewer.