[cfe-commits] r44992 - /cfe/trunk/www/content.css

Chris Lattner sabre at nondot.org
Wed Dec 12 22:55:59 PST 2007


Author: lattner
Date: Thu Dec 13 00:55:59 2007
New Revision: 44992

URL: http://llvm.org/viewvc/llvm-project?rev=44992&view=rev
Log:
remove some dead styles.

Modified:
    cfe/trunk/www/content.css

Modified: cfe/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/content.css?rev=44992&r1=44991&r2=44992&view=diff

==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Thu Dec 13 00:55:59 2007
@@ -8,19 +8,3 @@
     margin-left: auto;
     margin-right: auto 
 }
-
-
-/* FIXME: This is only for the status page */
-table,tr,td {
-	border:.3ex solid black;
-	border-collapse:collapse;
-	padding:.4ex;
-}
-
-.code {
-	font:Courier,Arial;
-}
-.simple_list { /* simple lists that don't need to stand out */
-	margin-left:0;
-}
-





More information about the cfe-commits mailing list