diff options
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 278113a..9283f36 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
@@ -199,3 +199,7 @@ blockquote.bubble.bottom::after { | |||
199 | text-decoration: underline; | 199 | text-decoration: underline; |
200 | } | 200 | } |
201 | } | 201 | } |
202 | |||
203 | .clear { | ||
204 | clear: both; | ||
205 | } | ||