mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
* No borders on images used as links
* Drop font-size from doc_footer class This is now valid CSS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
500bc30595
commit
e1f464e8eb
@ -5,6 +5,9 @@
|
|||||||
/* Common styles */
|
/* Common styles */
|
||||||
.body { color: black; background: white; margin: 0 0 0 0 }
|
.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
|
* Documentation
|
||||||
*/
|
*/
|
||||||
@ -37,7 +40,7 @@
|
|||||||
|
|
||||||
.doc_text { text-align: left; padding-left: 20pt }
|
.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 }
|
.doc_red { color: red }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user