diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-03-13 22:08:53 -0400 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-03-13 22:11:11 -0400 |
commit | e3fc312c8e31b4c99e3ecbdcbb890ffc2dc51f05 (patch) | |
tree | 7af7d96e91bc4226e0b21e4cb8c5bd950410f1c2 /static | |
parent | 517c4befd8ab959697f3f6474acbaf210461fabb (diff) | |
download | patchfoo-e3fc312c8e31b4c99e3ecbdcbb890ffc2dc51f05.tar.gz patchfoo-e3fc312c8e31b4c99e3ecbdcbb890ffc2dc51f05.zip |
render symbols for dillo
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 8a7129b..fd23b82 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,6 +8,10 @@ section { padding: 1ex; } +.symbol { + font-family: Symbola; +} + .ssb-post img { max-width: 100%; width: 640px; |