diff options
author | jpope <jpope@jpope.org> | 2014-01-10 23:46:32 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-10 23:46:32 -0600 |
commit | 12c42bd6d8e7174bc327b7627a4fcefceed0cb3d (patch) | |
tree | f4b063d994ce0bf7287ac8997ef8f35e954aaf30 | |
parent | 2edeb960f3963c11dee382dee6d2ea0b3f469737 (diff) | |
download | mediagoblin-12c42bd6d8e7174bc327b7627a4fcefceed0cb3d.tar.lz mediagoblin-12c42bd6d8e7174bc327b7627a4fcefceed0cb3d.tar.xz mediagoblin-12c42bd6d8e7174bc327b7627a4fcefceed0cb3d.zip |
another airy update
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index 03d2cab8..ddbc71ac 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -103,3 +103,8 @@ input, textarea { .empty_space { background-image: url("../images/empty_dots.png"); } + +#exif_content h3 { + border-bottom: 1px solid #E4E4E4; +} + |