From 3a75252e68a1b1280cedf7c0864bde38e620efd3 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 28 Mar 2014 21:55:33 -0700 Subject: Simplify CSS, bigger monospace to match math --- spec/public/stylesheets/screen.css | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'spec/public') diff --git a/spec/public/stylesheets/screen.css b/spec/public/stylesheets/screen.css index 863591ed77..725eb0b3f3 100644 --- a/spec/public/stylesheets/screen.css +++ b/spec/public/stylesheets/screen.css @@ -311,43 +311,22 @@ span.float-right > span { text-align: right; } -code, tt { - margin: 0 2px; - padding: 0 5px; - white-space: nowrap; +.highlight pre { border: 1px solid #eaeaea; background-color: #f8f8f8; border-radius: 3px; -} - -pre code { - margin: 0; - padding: 0; - white-space: pre; - border: none; - background: transparent; -} - -.highlight pre { - background-color: #f8f8f8; - border: 1px solid #cccccc; - font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; - border-radius: 3px; -} -pre { - background-color: #f8f8f8; - border: 1px solid #cccccc; - font-size: 13px; - line-height: 19px; - overflow: auto; - padding: 6px 10px; - border-radius: 3px; + white-space: nowrap; } -pre code, pre tt { + +code { background-color: transparent; border: none; + margin: 0; + padding: 0; + white-space: pre; + font-size: 16px; } -- cgit v1.2.3