From: scollett Date: Mon, 14 Dec 2009 19:00:45 +0000 (-0800) Subject: Remove unused thumbnail prev/next icons from CSS X-Git-Url: http://git.rot13.org/?p=bookreader.git;a=commitdiff_plain;h=e6c2d3b12f879e7de75d63d9550d2c29caa9ace5 Remove unused thumbnail prev/next icons from CSS --- diff --git a/GnuBook/GnuBook.css b/GnuBook/GnuBook.css index 23a67e9..01afe07 100644 --- a/GnuBook/GnuBook.css +++ b/GnuBook/GnuBook.css @@ -114,9 +114,6 @@ .GBicon.book_rightmost { background: url(images/book_rightmost_icon.png) no-repeat; } .GBicon.book_top { background: url(images/book_top_icon.png) no-repeat; } .GBicon.book_bottom { background: url(images/book_bottom_icon.png) no-repeat; } -.GBicon.book_thumb_next { background: url(images/book_thumb_next_icon.png) no-repeat; } -.GBicon.book_thumb_prev { background: url(images/book_thumb_prev_icon.png) no-repeat; } - .GBicon.play { background: url(images/control_play_icon.png) no-repeat; } .GBicon.pause { background: url(images/control_pause_icon.png) no-repeat; }