Add the functionality of a thumbnail view
[bookreader.git] / GnuBook / GnuBookEmbed.css
1 /*
2  * Custom overrides for embedded bookreader.
3  */
4
5 /* Hide some navigation buttons */
6 #GBtoolbar .label,.pageform,.play,.embed,.two_page_mode,.one_page_mode,
7     .book_leftmost,.book_rightmost,.book_top,.book_bottom {
8     display: none;
9 }
10
11 #GBtoolbar .title {
12     font-size: 0.9em;
13 }
14