From 418bf1c56e3a20eab782e4d2892a9462a4c4dbe0 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sat, 20 Jul 2013 18:41:35 +0300 Subject: [PATCH] css: syntax: adjustments --- css/default.css | 9 ++++++++- templates/default.html | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 4d45f36..16757d9 100644 --- a/css/default.css +++ b/css/default.css @@ -25,10 +25,17 @@ a:hover { text-decoration: underline; } +pre { + width: 99%; + margin-left: auto; margin-right: auto; +} + code { display: block; - padding: 0 3px 2px; + padding: 2px 9px 3px; + font-size: 19px; border: 0.5px solid #bebab0; + font-family: 'Ubuntu Mono', Monospace; } .info { diff --git a/templates/default.html b/templates/default.html index 94eac7f..6377c5e 100644 --- a/templates/default.html +++ b/templates/default.html @@ -7,6 +7,7 @@ The Tar Pit - $title$ + -- 1.7.10.4