Modified the linker so that it always links in an object from an archive
[oota-llvm.git] / docs / llvm.css
index 2f234daaa7f03ae958281ed505770651665484ce..76c82451af0a5ec0f1d38a71def60273ba7fa8cc 100644 (file)
@@ -5,6 +5,12 @@
 /* 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}
+
+address img { float: right; width: 88px; height: 31px; }
+address     { clear: right; }
+
 /* 
  * Documentation 
  */
@@ -12,7 +18,9 @@
 .doc_title, .doc_section, .doc_subsection { 
   color: #ffffff; background: #330077;
   font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
-  padding-left: 8pt
+  padding-left: 8pt;
+  padding-top: 1px;
+  padding-bottom: 2px
 }
 
 .doc_title      { text-align: left;   font-size: 25pt }
@@ -35,7 +43,9 @@
 
 .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_table     { text-align: center; width: 90%; padding: 1 1 1 1; border: 1 1 1 1 ; }
+