add styling on tag header

This commit is contained in:
danielgrippi 2011-03-16 17:53:25 -07:00
parent 55ac4c8054
commit e9c094fc2f
2 changed files with 12 additions and 7 deletions

View file

@ -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

View file

@ -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