Modified the linker so that it always links in an object from an archive
[oota-llvm.git] / docs / llvm.css
index 1b30c063b025bf807483b4d083f6293a8e7e2b96..76c82451af0a5ec0f1d38a71def60273ba7fa8cc 100644 (file)
@@ -5,14 +5,22 @@
 /* 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 
  */
 /* Common for title and header */
 .doc_title, .doc_section, .doc_subsection { 
-  color: #eeeeff; background: #330077;
+  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 ; }
+