ebb3f8d21b60

Update fixer
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Jan 2017 13:17:26 +0000
parents d0331d381b31
children 12929efa02b5
branches/tags (none)
files static/media/css/fixer.css

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/static/media/css/fixer.css	Thu Jan 05 13:17:26 2017 +0000
@@ -0,0 +1,25 @@
+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;
+}
+
+