Skip to content

Commit

Permalink
MODIFIED:
Browse files Browse the repository at this point in the history
- docbook/xmldocs.css:
  - added (commented) background-url for page title. So currently it's
	  disabled but it could be used once.
  - Added 4px left padding for .w3c .w3cimg selector
- docbook/html-*chunks.xsl:
  - modified to use images/colophon_{css,xhtml}.png images which are more
	  suitable than images/valid-{css,xhtml10}.png
  • Loading branch information
docelic committed Jul 27, 2004
1 parent ee03379 commit 7bc7630
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docbook/html-chunks.xsl
Expand Up @@ -16,13 +16,13 @@
<p class='w3c'>
<a href="http://jigsaw.w3.org/css-validator/">
<img
src="../images/valid-css.png"
src="../images/colophon_css.png"
alt="Valid CSS!"
class='w3cimg'/>
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img
src="../images/valid-xhtml10.png"
src="../images/colophon_xhtml.png"
alt="Valid XHTML 1.0!" height="31" width="88"
class='w3cimg'/>
</a>
Expand Down
6 changes: 3 additions & 3 deletions docbook/html-nochunks.xsl
Expand Up @@ -18,14 +18,14 @@
<p class='w3c'>
<a href="http://jigsaw.w3.org/css-validator/">
<img
src="images/valid-css.png"
src="images/colophon_css.png"
alt="Valid CSS!"
class='w3cimg'/>
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img
src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0!" height="31" width="88"
src="images/colophon_xhtml.png"
alt="Valid XHTML 1.0!"
class='w3cimg'/>
</a>
</p>
Expand Down
5 changes: 5 additions & 0 deletions docbook/xmldocs.css
Expand Up @@ -24,6 +24,10 @@ a { text-decoration: none; }
padding: 2px 4px 2px 4px;
border: dashed 1px #FFFFFF;
color: #FFF;

/* background-image: url(../images/icon_ic2.png);
background-position: center right;
background-repeat: no-repeat; */
}

.reference hr {
Expand Down Expand Up @@ -190,5 +194,6 @@ a { text-decoration: none; }

.w3c .w3cimg {
border: 0;
padding-right: 4px;
}

Binary file added images/colophon_css.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/colophon_xhtml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc7630

Please sign in to comment.