This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Put the href of all anchors after each link. Useful for print stylesheets. */ | |
a:after {content: attr(href);} | |
/* Get a scrollbar on the left side */ | |
#nav {max-height:150px; width: 100%; overflow: auto; direction: rtl;} | |
#nav * {direction: ltr} | |
/* Nicer looking blockquotes */ | |
blockquote {margin-left: 1em;margin-bottom: 1em; border: 1px solid #666; max-width: 800px;} | |
/* Including nicer quotation marks */ |