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; color: #333;
} }
#marker {
position: absolute; bottom: 0; right: 70px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -6,6 +6,7 @@ h1 <a href="http://scrumblr.ca">scrumblr</a> by <a href="http://aliasaria.ca">al
div.board-outline div.board-outline
div#board div#board
div#board-doodles div#board-doodles
image#marker(src='/images/marker-and-eraser.png', width='259', height='20')
table#board-table.board-table table#board-table.board-table