]> granicus.if.org Git - clang/commitdiff
unindent, don't zap whitespace before/after paragraphs.
authorChris Lattner <sabre@nondot.org>
Sun, 9 Dec 2007 08:40:26 +0000 (08:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Dec 2007 08:40:26 +0000 (08:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44736 91177308-0d34-0410-b5e6-96231b3b80d8

www/content.css

index ee3559dea1e3f36c8cce619f8959ac8928e74674..e7d44a606689ed988b73fe4ba1217b1b960a1e6c 100644 (file)
@@ -1,84 +1,70 @@
-/*\r
-       Consulted:\r
-       http://www.w3.org/TR/CSS1 &\r
-       http://www.w3.org/TR/CSS21/\r
-*/\r
+html, body {\r
+       margin:0px;\r
+       padding:0px;\r
+}
+
+/* FIXME: This is only for the status page */\r
+table,tr,td {\r
+       border:.3ex solid black;\r
+       border-collapse:collapse;\r
+       padding:.4ex;\r
+}\r
 \r
-       html, body {\r
-               margin:0px;\r
-               padding:0px;\r
-       }\r
-       p {\r
-               margin-top:0;\r
-               margin-bottom:0;\r
-       }\r
+.li_desc, .li_weak_desc { /* layout + formatting */\r
+       margin: 0 3ex;\r
+       font-size:.9em;\r
+}\r
+.li_weak_desc { /* color */\r
+       color:rgb(100,100,100);\r
+}\r
+.weak_txt {\r
+       font-size:.9em;\r
+       color:rgb(100,100,100);\r
+}\r
 \r
-       ul, ol { /* Get rid of the extra space above and below all lists */\r
-               margin-top:0;\r
-               margin-bottom:0;\r
-       }\r
-       table,tr,td {\r
-               border:.3ex solid black;\r
-               border-collapse:collapse;\r
-               padding:.4ex;\r
-       }\r
+.code {\r
+       font:Courier,Arial;\r
+}\r
+.quote {\r
+       display: block;\r
+       margin: 0 5em;\r
+}\r
+.key_point {\r
+       color:rgb(200,0,0);\r
+}\r
+.simple_list { /* simple lists that don't need to stand out */\r
+       margin-left:0;\r
+}\r
 \r
 \r
-       .li_desc, .li_weak_desc { /* layout + formatting */\r
-               margin: 0 3ex;\r
-               font-size:.9em;\r
-       }\r
-       .li_weak_desc { /* color */\r
-               color:rgb(100,100,100);\r
-       }\r
-       .weak_txt {\r
-               font-size:.9em;\r
-               color:rgb(100,100,100);\r
-       }\r
+/* ****************** */\r
+/* Performance images */\r
+.img_container {\r
+       display:inline;\r
+       background-color:rgb(250,250,250);\r
+       width:400px;\r
+       vertical-align:top;\r
+       margin:.1em;\r
+}\r
+[class=img_container] {\r
+       display:inline-block;\r
+}\r
+.img_container img {\r
+       display:block;\r
+}\r
 \r
-       .code {\r
-               font:Courier,Arial;\r
-       }\r
-       .quote {\r
-               display: block;\r
-               margin: 0 5em;\r
-       }\r
-       .key_point {\r
-               color:rgb(200,0,0);\r
-       }\r
-       .simple_list { /* simple lists that don't need to stand out */\r
-               margin-left:0;\r
-       }\r
-\r
-\r
-       /* ****************** */\r
-       /* Performance images */\r
-       .img_container {\r
-               display:inline;\r
-               background-color:rgb(250,250,250);\r
-               width:400px;\r
-               vertical-align:top;\r
-               margin:.1em;\r
-       }\r
-       [class=img_container] {\r
-               display:inline-block;\r
-       }\r
-       .img_container img {\r
-               display:block;\r
-       }\r
-\r
-       .img_title {\r
-               display:block;\r
-               font-weight:bold;\r
-               color:rgb(20,50,150);\r
-       }\r
-       .img_desc .img-notes {\r
-               display:block;\r
-               padding:.3em;\r
-       }\r
-       .img_notes {\r
-               font-style:italic;\r
-               color:rgb(50,50,50);\r
-               font-size:.9em;\r
-       }\r
-       /* ****************** */
\ No newline at end of file
+.img_title {\r
+       display:block;\r
+       font-weight:bold;\r
+       color:rgb(20,50,150);\r
+}\r
+.img_desc .img-notes {\r
+       display:block;\r
+       padding:.3em;\r
+}\r
+.img_notes {\r
+       font-style:italic;\r
+       color:rgb(50,50,50);\r
+       font-size:.9em;\r
+}\r
+/* ****************** */
\ No newline at end of file