Remove the use of LLVMGCCARCH. Instead, query the compiler for the
[oota-llvm.git] / docs / llvm.css
index 1962fab9d4be8093d7dd91db7af3d3d41d5e9423..227b9f94fad81681bee1dc6a08f1c06520d58928 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 }
                      font-weight: bold;
                      border-top: 2px solid #cecece }
 
-.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 }
+
+.doc_red        { color: red }
+
+.doc_table         { text-align: center; width: 90%; 
+                  padding: 1px 1px 1px 1px; border: 1px; }
 
-/* Publications */
-.pub_title  { font-family: "Georgia,Palatino,Times,Roman";
-              font-size: 24pt; 
-              text-align: center }
-.pub_author { font-size: 14pt; text-align: center }