afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-04 12:01 am

[dw-free] htdocs/stc/404.css needs to be reviewed and trimmed or discarded.

[commit: http://hg.dwscoalition.org/dw-free/rev/ea4680710c3a]

http://bugs.dwscoalition.org/show_bug.cgi?id=1338

Remove unused file.

Patch by [staff profile] denise.

Files modified:
  • htdocs/stc/404.css
--------------------------------------------------------------------------------
diff -r 5d6f636228f1 -r ea4680710c3a htdocs/stc/404.css
--- a/htdocs/stc/404.css	Fri Jul 03 23:45:28 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-body {
-	background: #efefef;
-	font: normal .8em "Lucida Grande" Arial" Verdana" sans-serif;
-	color: #333;
-	}
-	
-#boxbg {
-	background: #ccc;
-	width: 66%;
-	margin: 0 auto;
-	position: relative;
-	left: .5em;
-	top: .5em;
-	}
-	
-#box {
-	border: 1px solid #cdcdcd;
-	background: #fff;
-	padding: 1em 2em;
-	position: relative;
-	top: -.5em;
-	left: -.5em;
-	}
-	
-h1 {
-	margin: 0;
-	padding: 0 0 .2em 0;
-	border-bottom: 1px solid #cdcdcd;
-	}
-	
-.list-desc {
-	font-weight: bold;
-	}
-
-ul {
-	list-style-type: square;
-	}
-	
-.blue {
-	color: #0000FF;
-	}
-	
-.red {
-	color: #FF0000
-	}
-	
-.green {
-    color: #359946;
-    }
-    
-.orange {
-    color: #cc9933;
-    }
--------------------------------------------------------------------------------