aboutsummaryrefslogtreecommitdiff
path: root/docs/llvm.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/llvm.css')
-rw-r--r--docs/llvm.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/llvm.css b/docs/llvm.css
index deaff92c04..f764c9d99b 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -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 }