summaryrefslogtreecommitdiff
path: root/compiler-rt/www/content.css
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-30 22:56:43 +0000
committerChris Lattner <sabre@nondot.org>2009-06-30 22:56:43 +0000
commit9d042fde1438ceab83e4dd04f9d571f21f164ed2 (patch)
tree40c37f8a9c220627e7254b1f6f9a96af94edd58b /compiler-rt/www/content.css
parent7ff8be825a860a7ae77cafad1f5133ffa35cf068 (diff)
initial web page for compiler_rt
Diffstat (limited to 'compiler-rt/www/content.css')
-rw-r--r--compiler-rt/www/content.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/compiler-rt/www/content.css b/compiler-rt/www/content.css
new file mode 100644
index 00000000000..ab6983b4849
--- /dev/null
+++ b/compiler-rt/www/content.css
@@ -0,0 +1,25 @@
+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 }
+
+/* Tables */
+tr { vertical-align:top }