[llvm-commits] [www-releases] r145605 - in /www-releases/trunk/3.0/docs: ClangContent.css ClangReleaseNotes.html

Chris Lattner sabre at nondot.org
Thu Dec 1 10:22:36 PST 2011


Author: lattner
Date: Thu Dec  1 12:22:36 2011
New Revision: 145605

URL: http://llvm.org/viewvc/llvm-project?rev=145605&view=rev
Log:
add CSS file for clang release notes.

Added:
    www-releases/trunk/3.0/docs/ClangContent.css
Modified:
    www-releases/trunk/3.0/docs/ClangReleaseNotes.html

Added: www-releases/trunk/3.0/docs/ClangContent.css
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.0/docs/ClangContent.css?rev=145605&view=auto
==============================================================================
--- www-releases/trunk/3.0/docs/ClangContent.css (added)
+++ www-releases/trunk/3.0/docs/ClangContent.css Thu Dec  1 12:22:36 2011
@@ -0,0 +1,30 @@
+html { margin: 0px; } body { margin: 8px; }
+
+html, body {
+  padding:0px;
+  font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+  line-height:1.5;
+}
+
+h1, h2, h3, tt { color: #000 }
+
+h1 { padding-top:0px; margin-top:0px;}
+h2 { color:#333333; padding-top:0.5em; }
+h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
+li { padding-bottom: 0.5em; }
+ul { padding-left:1.5em; }
+
+/* Slides */
+IMG.img_slide {
+    display: block;
+    margin-left: auto;
+    margin-right: auto
+}
+
+.itemTitle { color:#2d58b7 }
+
+span.error { color:red }
+span.caret { color:green; font-weight:bold }
+
+/* Tables */
+tr { vertical-align:top }

Modified: www-releases/trunk/3.0/docs/ClangReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.0/docs/ClangReleaseNotes.html?rev=145605&r1=145604&r2=145605&view=diff
==============================================================================
--- www-releases/trunk/3.0/docs/ClangReleaseNotes.html (original)
+++ www-releases/trunk/3.0/docs/ClangReleaseNotes.html Thu Dec  1 12:22:36 2011
@@ -2,7 +2,7 @@
 <head>
 <title>Clang 3.0 Release Notes</title>
 <link type="text/css" rel="stylesheet" href="../menu.css" />
-<link type="text/css" rel="stylesheet" href="../content.css" />
+<link type="text/css" rel="stylesheet" href="ClangContent.css" />
 <style type="text/css">
 td {
 	vertical-align: top;





More information about the llvm-commits mailing list