Merge pull request #2125 from Pistos/comment-paragraph-spacing
Comment paragraph spacing
This commit is contained in:
commit
8e93dcfee2
1 changed files with 15 additions and 12 deletions
|
|
@ -269,7 +269,7 @@ ul.dropdown
|
||||||
|
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
//hacks for tagging plugin...
|
//hacks for tagging plugin...
|
||||||
ul.as-selections
|
ul.as-selections
|
||||||
:width 100% !important
|
:width 100% !important
|
||||||
>li.as-original
|
>li.as-original
|
||||||
:width 100% !important
|
:width 100% !important
|
||||||
|
|
@ -609,7 +609,7 @@ ul.show_comments,
|
||||||
:height 250px
|
:height 250px
|
||||||
:width 400px
|
:width 400px
|
||||||
|
|
||||||
|
|
||||||
.content
|
.content
|
||||||
:margin
|
:margin
|
||||||
:top 0px
|
:top 0px
|
||||||
|
|
@ -622,7 +622,10 @@ ul.show_comments,
|
||||||
:margin
|
:margin
|
||||||
:bottom 0
|
:bottom 0
|
||||||
:top 0
|
:top 0
|
||||||
.ltr
|
p + p
|
||||||
|
:margin
|
||||||
|
:top 1em
|
||||||
|
.ltr
|
||||||
ol, ul
|
ol, ul
|
||||||
padding-left: 2em
|
padding-left: 2em
|
||||||
li
|
li
|
||||||
|
|
@ -898,7 +901,7 @@ label
|
||||||
textarea
|
textarea
|
||||||
:resize none
|
:resize none
|
||||||
:width 455px
|
:width 455px
|
||||||
:height 50px
|
:height 50px
|
||||||
:margin 0
|
:margin 0
|
||||||
|
|
||||||
&.mention_popup
|
&.mention_popup
|
||||||
|
|
@ -1809,7 +1812,7 @@ ul#request_result
|
||||||
:border 1px solid #999
|
:border 1px solid #999
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
:white-space nowrap
|
:white-space nowrap
|
||||||
// > .right
|
// > .right
|
||||||
// :right -5px
|
// :right -5px
|
||||||
// :bottom 2px
|
// :bottom 2px
|
||||||
|
|
@ -3112,7 +3115,7 @@ ul.left_nav
|
||||||
:padding 15px
|
:padding 15px
|
||||||
|
|
||||||
.notification_element
|
.notification_element
|
||||||
:padding 10px
|
:padding 10px
|
||||||
:min-height 30px
|
:min-height 30px
|
||||||
|
|
||||||
> img
|
> img
|
||||||
|
|
@ -3227,7 +3230,7 @@ ul#getting_started
|
||||||
|
|
||||||
.content h3
|
.content h3
|
||||||
:text
|
:text
|
||||||
:decoration line-through
|
:decoration line-through
|
||||||
|
|
||||||
.profile
|
.profile
|
||||||
:min-height 170px
|
:min-height 170px
|
||||||
|
|
@ -3279,7 +3282,7 @@ ul#getting_started
|
||||||
:min-height 70px
|
:min-height 70px
|
||||||
|
|
||||||
.add_to_aspect
|
.add_to_aspect
|
||||||
:padding 10px 0
|
:padding 10px 0
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:float left
|
||||||
|
|
@ -3316,7 +3319,7 @@ ul#getting_started
|
||||||
.profile .profile_field
|
.profile .profile_field
|
||||||
:background
|
:background
|
||||||
:image url('/images/icons/monotone_question.png')
|
:image url('/images/icons/monotone_question.png')
|
||||||
:position center left
|
:position center left
|
||||||
:repeat no-repeat
|
:repeat no-repeat
|
||||||
|
|
||||||
:padding
|
:padding
|
||||||
|
|
@ -3329,16 +3332,16 @@ ul#getting_started
|
||||||
.featured_tag
|
.featured_tag
|
||||||
:background
|
:background
|
||||||
//:image url('/images/icons/check_yes_ok.png')
|
//:image url('/images/icons/check_yes_ok.png')
|
||||||
:position center left
|
:position center left
|
||||||
:repeat no-repeat
|
:repeat no-repeat
|
||||||
:display none
|
:display none
|
||||||
|
|
||||||
:padding
|
:padding
|
||||||
:left 20px
|
:left 20px
|
||||||
|
|
||||||
&.followed
|
&.followed
|
||||||
:background
|
:background
|
||||||
:image url('/images/icons/check_yes_ok.png')
|
:image url('/images/icons/check_yes_ok.png')
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
:background
|
:background
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue