public/main.css in ardtweeno-0.5.0 vs public/main.css in ardtweeno-0.6.0

- old
+ new

@@ -492,12 +492,12 @@ } .graph-container { box-sizing: border-box; - width: 850px; - height: 450px; + width: 100%; + height: 550px; padding: 20px 15px 15px 15px; margin: 15px auto 30px auto; border: 1px solid #ddd; background: #fff; background: linear-gradient(#f6f6f6 0, #fff 50px); @@ -511,15 +511,10 @@ -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); } -.graph-container { - width: 85%; - height: 300px; -} - .graph-placeholder { width: 100%; height: 100%; font-size: 14px; line-height: 1.2em; @@ -535,6 +530,6 @@ #apitable th { font-size 1em; font-weight: bold; } #apitable table { background: #F0F0F0; border-collapse: collapse; } #apitable table th, table td { vertical-align: top; border: 1px solid #bbb; padding: 5px; } #apitable code { background: #ffa; } #apitable pre { background: black; color: #0f0; padding: 10px; word-wrap: break-word;} -#apitable table pre { background: #ffa; color: black; } \ No newline at end of file +#apitable table pre { background: #ffa; color: black; }