From 9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6 Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Tue, 22 Jul 2014 20:17:15 +0300 Subject: highlight.js library added to highlight programming code examples in article view --- themes/default/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/style.css b/themes/default/css/style.css index e58ef81a..e254d481 100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -429,4 +429,10 @@ a.add-to-wallabag-link-after:after { text-indent: 0; color: black; width: 50px; +} + +pre code { + font-family: "Courier New", Courier, monospace; + border: 1px solid #ddd; + font-size: 0.96em; } \ No newline at end of file -- cgit v1.2.3