Skip to content

Instantly share code, notes, and snippets.

@tkiapril
Created April 1, 2015 08:07
Show Gist options
  • Save tkiapril/2e0572fd4e31184413e4 to your computer and use it in GitHub Desktop.
Save tkiapril/2e0572fd4e31184413e4 to your computer and use it in GitHub Desktop.
Readable LFS Stylish Stylesheet
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://(?:www\\.)?(?:linuxfromscratch\\.org/(?:[bh])?lfs|clfs\\.org)/view/.+?/.*") {
html {
display: table;
margin: auto;
}
body {
min-width: 790px;
min-width: 790px;
width: 790px;
display: table-cell;
line-height: 180%;
font-family: Helvetica;
}
body > div > p {
text-indent: 50px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment