* No borders on images used as links

* Drop font-size from doc_footer class

This is now valid CSS.

llvm-svn: 10150
This commit is contained in:
Misha Brukman 2003-11-22 00:59:08 +00:00
parent 80731b92ee
commit bff6032a34
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
/* Common styles */
.body { color: black; background: white; margin: 0 0 0 0 }
/* No borders on image links */
a:link img, a:visited img {border-style: none}
/*
* Documentation
*/
@ -37,7 +40,7 @@
.doc_text { text-align: left; padding-left: 20pt }
.doc_footer { text-align: left; padding: 0 0 0 0; font-size 12pt }
.doc_footer { text-align: left; padding: 0 0 0 0 }
.doc_red { color: red }