Skip to content

Commit

Permalink
Moved shadow closer to input label text
Browse files Browse the repository at this point in the history
Scaled up polaroid image in user profile
  • Loading branch information
Thomas Klokosch committed Jun 16, 2011
1 parent 5bbe5a7 commit 9f7c4e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/stylesheets/w14g.css.sass
Expand Up @@ -115,7 +115,7 @@ html,body,#container,#main
:font-size 14px
:color #fff
:font-weight bold
:text-shadow 3px 3px 5px #8fcaf7
:text-shadow 2px 2px 3px #8fcaf7
:filter dropshadow(color=#8fcaf7, offx=3, offy=3)

.screen_name_input
Expand Down Expand Up @@ -278,10 +278,10 @@ html,body,#container,#main
:border 5px solid #fff
:border-bottom 15px solid #fff
:float left
:margin 0 30px 30px 20px
:transform rotate(-5deg)
:-webkit-transform rotate(-5deg)
:-moz-transform rotate(-5deg)
:margin 15px 30px 30px 20px
:transform rotate(-5deg) scale(1.5)
:-webkit-transform rotate(-5deg) scale(1.5)
:-moz-transform rotate(-5deg) scale(1.5)
:-moz-box-shadow 4px 4px 4px #262210
:-webkit-box-shadow 4px 4px 4px #262210
:box-shadow 4px 4px 4px #262210
Expand Down

0 comments on commit 9f7c4e7

Please sign in to comment.