Change to background of "empty_space", it now uses an image
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:12:10 +0000 (01:12 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:12:10 +0000 (01:12 +0100)
mediagoblin/static/css/base.css
mediagoblin/static/images/empty_back.png [new file with mode: 0644]

index 8d9756b95e7d03a2027fb7a13259a477a8c5018d..d61292a29d9701f449f57db67778075b209f7d58 100644 (file)
@@ -177,7 +177,7 @@ text-align: center;
 }
 
 .empty_space{
-  background-color: #222;
+  background-image: url("../images/empty_back.png");
   font-style: italic;
   text-align: center;
   height: 160px;
diff --git a/mediagoblin/static/images/empty_back.png b/mediagoblin/static/images/empty_back.png
new file mode 100644 (file)
index 0000000..3522ddd
Binary files /dev/null and b/mediagoblin/static/images/empty_back.png differ