Merge git://github.com/HansPinckaers/etherpad-lite

This commit is contained in:
Peter 'Pita' Martischka 2011-05-08 18:17:10 +01:00
commit 036417d549
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*,html,body,p{ margin: 0; padding: 0; }
.clear { clear: both; }
html { font-size: 62.5%; }
body { background: #ccc;}
body { background: #fff;}
body, textarea { font-family: Helvetica, Arial, sans-serif; }
#users
@ -58,6 +58,7 @@ a img
width: 100%;
height: 31px;
padding-top: 4px;
border-bottom: 1px solid #ccc;
overflow: hidden;
}