aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-10-20 16:47:31 +0200
committerJef van Schendel <mail@jefvanschendel.nl>2012-10-20 16:47:31 +0200
commit933b5a49633b497af9557e94cf20cf280bae9e72 (patch)
tree0cb592433f7b378b8c88b29efada7f617f2ee204
parente3f1fddf872caae45d6f4fdc81c2f4f9e8e19022 (diff)
downloadmediagoblin-933b5a49633b497af9557e94cf20cf280bae9e72.tar.lz
mediagoblin-933b5a49633b497af9557e94cf20cf280bae9e72.tar.xz
mediagoblin-933b5a49633b497af9557e94cf20cf280bae9e72.zip
Replace dark empty_dots.png for Airy theme
-rw-r--r--mediagoblin/themes/airy/assets/css/airy.css4
-rw-r--r--mediagoblin/themes/airy/assets/images/empty_dots.pngbin0 -> 205 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css
index ba9048b2..09d447d2 100644
--- a/mediagoblin/themes/airy/assets/css/airy.css
+++ b/mediagoblin/themes/airy/assets/css/airy.css
@@ -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
index 00000000..5ee050b2
--- /dev/null
+++ b/mediagoblin/themes/airy/assets/images/empty_dots.png
Binary files differ