add marker and eraser to whiteboard

This commit is contained in:
Ali Asaria 2011-10-10 18:35:32 -04:00
parent ca4c77c6b4
commit 868d242887
3 changed files with 5 additions and 0 deletions

View file

@ -479,6 +479,10 @@ input:hover {
color: #333;
}
#marker {
position: absolute; bottom: 0; right: 70px;
}