userContent.css @ 85bedd1649b9

More
author Steve Losh <steve@stevelosh.com>
date Sun, 07 May 2017 16:15:49 +0000
parents 08965030b28b
children (none)
body.sjl-unstyled {
  width: 800px; margin: 50px auto 200px;
  font-family: Georgia;
  font-size: 16px;
  line-height: 1.4;
}
body.sjl-unstyled pre,code {
  font-family: menlo !important;
  font-size: 14px;
  line-height: 1.4;
}
body.sjl-unstyled code {
  background: #eee;
  padding: 1px 4px;
}
body.sjl-unstyled pre {
  padding: 15px;
  overflow-x: scroll;
}
body.sjl-unstyled h3 { text-decoration: none; }
body.sjl-unstyled h4 { text-decoration: none; }