static/media/css/fixer.css @ df21f66dd75e

Atlassian is telling Mercurial users to Eat Shit
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 17:21:23 -0500
parents ebb3f8d21b60
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;
}