Skip to content

Instantly share code, notes, and snippets.

@pedrofurla
Created January 16, 2015 18:58
Show Gist options
  • Select an option

  • Save pedrofurla/7860cc38d0acc4e929d3 to your computer and use it in GitHub Desktop.

Select an option

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
/* 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