diff options
author | jpope <jpope@jpope.org> | 2014-01-13 08:14:00 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-13 08:14:00 -0600 |
commit | 27fc8ef26f779bfc935768ae4d6bc4e9def3a012 (patch) | |
tree | c63e9cdbd54c45c0784e8b7d5c9edd70f026c2d1 /mediagoblin/themes | |
parent | d64f57977cfdf803dc2d9e733a89e061560412aa (diff) | |
download | mediagoblin-27fc8ef26f779bfc935768ae4d6bc4e9def3a012.tar.lz mediagoblin-27fc8ef26f779bfc935768ae4d6bc4e9def3a012.tar.xz mediagoblin-27fc8ef26f779bfc935768ae4d6bc4e9def3a012.zip |
adjust exif to match other sections and remove extra css
Diffstat (limited to 'mediagoblin/themes')
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index ddbc71ac..03d2cab8 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -103,8 +103,3 @@ input, textarea { .empty_space { background-image: url("../images/empty_dots.png"); } - -#exif_content h3 { - border-bottom: 1px solid #E4E4E4; -} - |