diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-20 16:47:31 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-20 16:47:31 +0200 |
commit | 933b5a49633b497af9557e94cf20cf280bae9e72 (patch) | |
tree | 0cb592433f7b378b8c88b29efada7f617f2ee204 | |
parent | e3f1fddf872caae45d6f4fdc81c2f4f9e8e19022 (diff) | |
download | mediagoblin-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.css | 4 | ||||
-rw-r--r-- | mediagoblin/themes/airy/assets/images/empty_dots.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..5ee050b2 --- /dev/null +++ b/mediagoblin/themes/airy/assets/images/empty_dots.png |