From 0096f134d29ba6f37ff1f1fd0a646900b49d9a7d Mon Sep 17 00:00:00 2001 From: rubiii Date: Sat, 16 Mar 2013 12:33:55 +0100 Subject: [PATCH] changed example boxes to be scrollable --- css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b852db42a4..33f0691d78 100644 --- a/css/main.css +++ b/css/main.css @@ -259,6 +259,7 @@ header { #content .example pre { font-size:12px; height:100%; + overflow:scroll; } @@ -280,4 +281,4 @@ footer { position:absolute; right:0; top:0; -} \ No newline at end of file +}