diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-03 15:49:56 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-04 02:53:53 -0800 |
commit | b85860fda2946cbb2b29a5cee4bf0f27c3813e1e (patch) | |
tree | 5288498dbad61e512ce46a11e41f5e878b355bad /static | |
parent | 4d7791fb6b9fc2c1063b88069fd8aa2bad0c18f2 (diff) | |
download | patchfoo-b85860fda2946cbb2b29a5cee4bf0f27c3813e1e.tar.gz patchfoo-b85860fda2946cbb2b29a5cee4bf0f27c3813e1e.zip |
Render about description
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 a0ec39f..bd804e8 100644 --- a/static/styles.css +++ b/static/styles.css @@ -112,6 +112,10 @@ td { padding: .75ex; } +.feed-about { + padding-left: .75ex; +} + .msg-left .ssb-avatar-image { margin-left: .25em; background-color: #efd; |