Skip to content

Commit

Permalink
Merge pull request #7 from rmorell/master
Browse files Browse the repository at this point in the history
Fix aspect ratio on kiosk avatars
  • Loading branch information
Brian Klug committed Feb 23, 2013
2 parents ca4c48a + f9a3658 commit 5691655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/kiosk.css
Expand Up @@ -11,8 +11,8 @@ h1,h2,h3 {margin-top:0;margin-bottom:.5em}
.sectionhead {border-bottom:1px solid #ccc;} .sectionhead {border-bottom:1px solid #ccc;}


.staffline {clear:both; padding-top:1.0em; height:80px;} .staffline {clear:both; padding-top:1.0em; height:80px;}
.staffline .pic {height:72px; width:52px;margin:1px; float:left; margin-right:8px; } .staffline .pic {height:72px; width:72px;margin:1px; float:left; margin-right:8px; }
.staffline .picbox {border:1px solid #ccc; width:54px; height:74px; float:left; margin-right:10px} .staffline .picbox {border:1px solid #ccc; width:74px; height:74px; float:left; margin-right:10px}
.staffline .name {font-size:150%; margin-top:6px} .staffline .name {font-size:150%; margin-top:6px}
.staffline .email {margin-top:.5em; color:#777; font-size:75%;} .staffline .email {margin-top:.5em; color:#777; font-size:75%;}
.staffline .ago {margin-top:.5em; font-size:75%; color:#777} .staffline .ago {margin-top:.5em; font-size:75%; color:#777}
Expand Down

0 comments on commit 5691655

Please sign in to comment.