aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/themes/airy/assets/css
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-10-22 11:07:01 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-10-22 11:07:01 -0500
commitd7d9933735d7a0b4339e1a4e6bebe169ba9f4f9a (patch)
tree2020a6752553090f9bca8508fd1d5cb04dfac6ca /mediagoblin/themes/airy/assets/css
parent7a0a308fe8571b027284c1e91c47fd468f40863f (diff)
parent294979824c2eb651168c66f58e1d759a2ff56ada (diff)
downloadmediagoblin-d7d9933735d7a0b4339e1a4e6bebe169ba9f4f9a.tar.lz
mediagoblin-d7d9933735d7a0b4339e1a4e6bebe169ba9f4f9a.tar.xz
mediagoblin-d7d9933735d7a0b4339e1a4e6bebe169ba9f4f9a.zip
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Diffstat (limited to 'mediagoblin/themes/airy/assets/css')
-rw-r--r--mediagoblin/themes/airy/assets/css/airy.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css
index ba9048b2..6143b6e1 100644
--- a/mediagoblin/themes/airy/assets/css/airy.css
+++ b/mediagoblin/themes/airy/assets/css/airy.css
@@ -3,16 +3,12 @@ body {
background-color: #F7F7F7;
}
-h1,h2 {
- color: #787878;
-}
-
-h3 {
+h1,h2,h3 {
color: #4a4a4a;
}
a {
- color: #37BD85;
+ color: #37AB74;
}
.navigation_button {
@@ -52,7 +48,7 @@ footer {
.button_action_highlight, .button_form {
color: #fff;
- background-color: #37BD85;
+ background-color: #37AB74;
border-color: #6CAA8E;
border-width: 1px 1px 2px;
}
@@ -86,3 +82,7 @@ input, textarea {
.dropdown_items {
background-color: #fff;
}
+
+.empty_space {
+ background-image: url("../images/empty_dots.png");
+}