From b1b1bde077d75dfa52b0dc658e514da2ff220f8f Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Fri, 22 May 2009 16:43:51 +0000 Subject: [PATCH] Set max-width of the text in the examples git-svn-id: https://flot.googlecode.com/svn/trunk@156 1e0a6537-2640-0410-bfb7-f154510ff394 --- examples/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/layout.css b/examples/layout.css index 7a23dd9..7ef7dd4 100644 --- a/examples/layout.css +++ b/examples/layout.css @@ -2,4 +2,5 @@ body { font-family: sans-serif; font-size: 16px; margin: 50px; + max-width: 800px; }