commit: 457625591d125dc340b46757a986d4d3a33368f9
parent: 73615d7a790ffac70720369948545d0173c30852
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Sat, 10 Sep 2016 10:14:36 +0200
Styling for paragraphs in statuses
Diffstat:
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
@@ -54,6 +54,14 @@
word-wrap: break-word;
font-weight: 300;
+ p {
+ margin-bottom: 20px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
a {
color: #d9e1e8;
text-decoration: none;
diff --git a/app/assets/stylesheets/stream_entries.scss b/app/assets/stylesheets/stream_entries.scss
@@ -161,6 +161,14 @@
padding-bottom: 15px;
color: #282c37;
+ p {
+ margin-bottom: 18px;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
a {
color: #2b90d9;
text-decoration: none;