diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css index 3413be8..d27ca0a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,10 +8,6 @@ section { padding: 1ex; } -.composer-actions { - text-align: right; -} - .ssb-post img { max-width: 100%; width: 640px; @@ -120,6 +116,10 @@ td { width: 100%; } +.msg-right { + text-align: right; +} + .feed-name { padding: .75ex; } |