Replace dark empty_dots.png for Airy theme
authorJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 14:47:31 +0000 (16:47 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 14:47:31 +0000 (16:47 +0200)
mediagoblin/themes/airy/assets/css/airy.css
mediagoblin/themes/airy/assets/images/empty_dots.png [new file with mode: 0644]

index ba9048b27841fdfa711a274f1055c9ad89e112c7..09d447d2dc27658f9ee5638d9e51efe6c2caab6a 100644 (file)
@@ -86,3 +86,7 @@ input, textarea {
 .dropdown_items {
   background-color: #fff;
 }
+
+.empty_space {
+  background-image: url("../images/empty_dots.png");
+}
diff --git a/mediagoblin/themes/airy/assets/images/empty_dots.png b/mediagoblin/themes/airy/assets/images/empty_dots.png
new file mode 100644 (file)
index 0000000..5ee050b
Binary files /dev/null and b/mediagoblin/themes/airy/assets/images/empty_dots.png differ