Skip to content

Commit

Permalink
fixed var for style file
Browse files Browse the repository at this point in the history
  • Loading branch information
dansdom committed Feb 3, 2013
1 parent 1ef1f8d commit 7c91f87
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified chart.zip
Binary file not shown.
Binary file modified templates/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/style.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$style = 'html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,hr,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;outline:0;vertical-align:baseline;-webkit-font-smoothing:antialiased}'."\n"
$styleFile = 'html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,hr,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;outline:0;vertical-align:baseline;-webkit-font-smoothing:antialiased}'."\n"
.'article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}'."\n"
.'html {background:white;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}'."\n"
.'body {min-height:100%;font:13px/18px Helvetica,Arial,sans-serif}'."\n"
Expand Down

0 comments on commit 7c91f87

Please sign in to comment.