Skip to content

Commit

Permalink
Updated about page styles for team members.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakin-allie committed Jan 21, 2011
1 parent 6f1fd7f commit 26dd20a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion views/app.haml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#video

#player
%iframe{:src => "http://player.vimeo.com/video/19018711?title=0&byline=0&portrait=0", :width => "600", :height => "338", :frameborder => "0"}
%iframe{:src => "http://player.vimeo.com/video/19018711?title=0&byline=0&portrait=0", :width => "600", :height => "342", :frameborder => "0"}

#profiles

Expand Down
30 changes: 20 additions & 10 deletions views/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,11 @@ footer
h2
font-weight: bold
font-size: 2em
margin-bottom: 15px
margin-bottom: 1em

#video
float: left
width: 600px
margin-right: 15px

#player
width: 600px
Expand All @@ -361,26 +360,36 @@ footer
h3
font-weight: bold
font-size: 1.5em
margin-bottom: 12px
margin-top: 1em
margin-bottom: .5em

p
margin-bottom: 24px
margin-bottom: .75em


#profiles
float: left
width: 283px
height: 338px
width: 298px
background: #9cb7dc

.person
float: left
background: #ddd
width: 100%
margin-bottom: 25px

padding-bottom: 10px
margin-bottom: 10px
border-bottom: 1px solid #3769ad

&:first-child
padding-top: 10px

&:last-child
margin-bottom: 0
border-bottom: 0

.picture
width: 48px
height: 48px
padding-left: 10px
float: left
margin-right: 15px

Expand All @@ -389,7 +398,8 @@ footer
margin-top: 5px

.name
font-size: 1.05em
font-size: .95em

.twitter
font-weight: bold
font-size: .95em

0 comments on commit 26dd20a

Please sign in to comment.