Mercurial > ~darius > hgwebdir.cgi > iwws
changeset 5:f859bcb451ca
Give a little horizontal border around the graphs and centre them.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 22:56:27 +0930 |
parents | faacb77ce8f4 |
children | 74215b8e16f4 |
files | static/iwws.css |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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%; }