static-old/media/css/fixer.css @ 721e4d30593f lisp

Remove useless nesting that Hugo used to require
author Steve Losh <steve@stevelosh.com>
date Sun, 05 Jan 2020 18:36:56 -0500
parents f9c2bf2fa2c9
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;
}