static/media/css/fixer.css @ ebb3f8d21b60

Update fixer
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Jan 2017 13:17:26 +0000
parents (none)
children (none)
body {
    width: 700px !important;
    margin: 50px auto 200px !important;
    font: 18px/1.3 Palatino !important;
}

pre, code, tt {
    font: 16px/1.2 Menlo !important;
}

pre {
    width: 700px;
    padding: 3px;
    overflow-x: auto;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}

tt, code {
    padding: 1px 3px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}