# HG changeset patch # User Daniel O'Connor # Date 1313414787 -34200 # Node ID f859bcb451ca75bdf748ed8a0442a0a21bfab480 # Parent faacb77ce8f49f6d3db9070e9b432138d9287b05 Give a little horizontal border around the graphs and centre them. diff -r faacb77ce8f4 -r f859bcb451ca static/iwws.css --- a/static/iwws.css Mon Aug 15 22:14:08 2011 +0930 +++ b/static/iwws.css Mon Aug 15 22:56:27 2011 +0930 @@ -10,11 +10,15 @@ } div#graph1 { - width: 100%; + margin-left : auto; + margin-right : auto; + width: 97%; height: 45%; } div#graph2 { - width: 100%; + margin-left : auto; + margin-right : auto; + width: 97%; height: 45%; }