firefox fixes and added links to press articles on landing page
This commit is contained in:
parent
f59f6be4b0
commit
a7c1733093
2 changed files with 16 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
.span-24.last{:style=>"text-align:center;"}
|
.span-24.last{:style=>"text-align:center;"}
|
||||||
%ul#press_logos
|
%ul#press_logos
|
||||||
%li= image_tag "press_logos/nyt.png"
|
%li= link_to image_tag("press_logos/nyt.png"), "http://www.nytimes.com/2010/05/12/nyregion/12about.html", :title => "The New York Times"
|
||||||
%li= image_tag "press_logos/nymag.gif"
|
%li= link_to image_tag("press_logos/nymag.gif"), "http://nymag.com/news/features/establishments/68512/", :title => "New York Magazine"
|
||||||
%li= image_tag "press_logos/mashable.jpeg"
|
%li= link_to image_tag("press_logos/mashable.jpeg"), "http://mashable.com/2010/08/26/facebook-alternative-diaspora-launches-september-15/", :title => "Mashable"
|
||||||
%li= image_tag "press_logos/techcrunch.gif"
|
%li= link_to image_tag("press_logos/techcrunch.gif"), "http://techcrunch.com/2010/09/15/diaspora-revealed/", :title => "TechCrunch"
|
||||||
|
|
|
||||||
|
|
@ -1713,9 +1713,14 @@ ul#landing_nav
|
||||||
:top -1px
|
:top -1px
|
||||||
:margin 0
|
:margin 0
|
||||||
:right -3px
|
:right -3px
|
||||||
:border-radius 5px 0 0 5px
|
|
||||||
:width 300px
|
:width 300px
|
||||||
|
|
||||||
|
|
||||||
|
:border-radius 5px 0 0 5px
|
||||||
|
:-webkit-border-radius 5px 0 0 5px
|
||||||
|
:-moz-border-radius 5px 0 0 5px
|
||||||
|
|
||||||
|
|
||||||
:position relative
|
:position relative
|
||||||
:display inline
|
:display inline
|
||||||
:padding 12px
|
:padding 12px
|
||||||
|
|
@ -1728,9 +1733,12 @@ ul#landing_nav
|
||||||
:background
|
:background
|
||||||
:color #107FC9
|
:color #107FC9
|
||||||
|
|
||||||
|
:-webkit-border-radius 0 5px 5px 0
|
||||||
|
:-moz-border-radius 0 5px 5px 0
|
||||||
:border-radius 0 5px 5px 0
|
:border-radius 0 5px 5px 0
|
||||||
|
|
||||||
:background -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,123,194)), color-stop(1, rgb(65,182,250)))
|
:background -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,123,194)), color-stop(1, rgb(65,182,250)))
|
||||||
|
:background -moz-linear-gradient( center bottom, rgb(0,123,194) 0%, rgb(65,182,250) 100%)
|
||||||
|
|
||||||
:padding 12px
|
:padding 12px
|
||||||
:font
|
:font
|
||||||
|
|
@ -1744,6 +1752,7 @@ ul#landing_nav
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
:background -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,136,209)), color-stop(1, rgb(113,204,255)))
|
:background -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,136,209)), color-stop(1, rgb(113,204,255)))
|
||||||
|
:background -moz-linear-gradient( center bottom, rgb(0,136,209) 0%, rgb(113,204,255) 100%)
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
|
|
||||||
|
|
@ -1769,6 +1778,8 @@ ul#landing_nav
|
||||||
:background
|
:background
|
||||||
:color #fff
|
:color #fff
|
||||||
:-webkit-box-shadow 0 1px 3px #ccc
|
:-webkit-box-shadow 0 1px 3px #ccc
|
||||||
|
:-moz-box-shadow 0 1px 3px #ccc
|
||||||
|
:box-shadow 0 1px 3px #ccc
|
||||||
|
|
||||||
|
|
||||||
#login_field
|
#login_field
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue