add styling on tag header
This commit is contained in:
parent
55ac4c8054
commit
e9c094fc2f
2 changed files with 12 additions and 7 deletions
|
|
@ -14,12 +14,8 @@
|
||||||
= include_javascripts :home
|
= include_javascripts :home
|
||||||
|
|
||||||
.span-24.last
|
.span-24.last
|
||||||
%h1
|
%h1.tag
|
||||||
- if params[:tag]
|
= "##{params[:tag]}"
|
||||||
= "##{params[:tag]}"
|
|
||||||
|
|
||||||
- else
|
|
||||||
= t('.whatup', :pod => @pod_url)
|
|
||||||
|
|
||||||
.span-15
|
.span-15
|
||||||
#main_stream.stream
|
#main_stream.stream
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ p
|
||||||
:word-wrap break-word
|
:word-wrap break-word
|
||||||
|
|
||||||
h1, h2, h3, h4, h5
|
h1, h2, h3, h4, h5
|
||||||
:color #444
|
:color #333
|
||||||
:position relative
|
:position relative
|
||||||
:font
|
:font
|
||||||
:weight bold
|
:weight bold
|
||||||
|
|
@ -2774,6 +2774,7 @@ ul.show_comments
|
||||||
:display none
|
:display none
|
||||||
|
|
||||||
.tag
|
.tag
|
||||||
|
:display inline-block
|
||||||
&:hover
|
&:hover
|
||||||
:text
|
:text
|
||||||
:decoration none
|
:decoration none
|
||||||
|
|
@ -2787,6 +2788,14 @@ ul.show_comments
|
||||||
:font
|
:font
|
||||||
:weight bold
|
:weight bold
|
||||||
|
|
||||||
|
h1.tag
|
||||||
|
:border
|
||||||
|
:bottom 2px dotted $blue
|
||||||
|
&:hover
|
||||||
|
:border
|
||||||
|
:bottom 2px dotted $blue
|
||||||
|
|
||||||
|
|
||||||
.info
|
.info
|
||||||
:overflow hidden
|
:overflow hidden
|
||||||
:white-space nowrap
|
:white-space nowrap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue