This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Styling for paragraphs in statuses
closed-social-glitch-2
Eugen Rochko
8 years ago
parent
73615d7a79
commit
457625591d
2 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
app/assets/stylesheets/components.scss
+8
-0
app/assets/stylesheets/stream_entries.scss
+ 8
- 0
app/assets/stylesheets/components.scss
View File
@ -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
;
+ 8
- 0
app/assets/stylesheets/stream_entries.scss
View File
@ -161,6 +161,14 @@
padding-bottom
:
15px
;
color
:
#
282c37
;
p
{
margin-bottom
:
18px
;
&
:
last-child
{
margin-bottom
:
0
;
}
}
a
{
color
:
#
2b90d9
;
text-decoration
:
none
;
Write
Preview
Loading…
Cancel
Save