Created
January 16, 2015 18:58
-
-
Save pedrofurla/7860cc38d0acc4e929d3 to your computer and use it in GitHub Desktop.
Stylish CSS to improving the "readability" of the online Purescript by Example book
This file contains hidden or 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
| /* To be used with the online version of Purescript by Example https://leanpub.com/purescript/read */ | |
| #read-online { color:black } | |
| #read-online .read { width:auto } | |
| .sidebar { | |
| position: absolute; | |
| margin-left: 450px; /* this is to make sure the book add stays visible, probably there is more reliable way of doing this */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment