From 96049a57bde758d5be2324e789207116468fa3b4 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Tue, 5 Mar 2013 10:58:39 +0100 Subject: [PATCH] Added formatting for the PRE tag --- .../FrontBundle/Resources/public/css/front.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css b/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css index 91c9f62..de745ba 100644 --- a/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css +++ b/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css @@ -236,4 +236,9 @@ dd p { .clear { clear: both; -} \ No newline at end of file +} + +pre { + font-family: monospace; +} +