diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-05-30 12:17:45 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-05-30 12:17:45 -1000 |
commit | 47d16b17caff9dabdb02e246a9869527c06a6a92 (patch) | |
tree | ed718dab1f10478f37f2c1cc7400189ce68ed931 /static | |
parent | 04e050fadf375a002f0bb294bab795a4f9389e42 (diff) | |
download | patchfoo-47d16b17caff9dabdb02e246a9869527c06a6a92.tar.gz patchfoo-47d16b17caff9dabdb02e246a9869527c06a6a92.zip |
Add custom emojis list page
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 3d513f2..4497f90 100644 --- a/static/styles.css +++ b/static/styles.css @@ -16,12 +16,12 @@ section { .ssb-post img { max-width: 100%; - background-color: #eee; } img.ssb-emoji { height: 1em; width: auto; + border: none; } .nav-bar { |