Your "#sidebar" rule caused the sidebar to be displayed on the right side of the screen and your "#storymenu, #snapback, #restart, #share, #credits" rule hides parts of the side-ba
After a bit of work you would end up with a set of rules like the following: <br />#sidebar #title {<br />display: none;<br />}<br />#sidebar #restart {<br />display: non
If you want Restart removed as well as Rewind and Bookmark, or if you want the back button undo to remain available, try this CSS: #restart, #snapback, #bookmark { display: none; }
If you want Restart removed as well as Rewind and Bookmark, or if you want the back button undo to remain available, try this CSS: #restart, #snapback, #bookmark { display: none; }
I think this is just about everything over there as far as I can tell: #sidebar li a:hover, #sidebar #title a:hover {<br />color: blue;<br />text-decoration: none;<br />}<br />