static/media/css/fixer.css @ e46f79ff1947
Found a maintainer for clojure-lanterna
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 30 Jan 2017 12:16:18 +0000 |
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;
}