app/assets/stylesheets/pghero/application.css in pghero-1.6.2 vs app/assets/stylesheets/pghero/application.css in pghero-1.6.3
- old
+ new
@@ -45,10 +45,14 @@
h1, p {
margin-bottom: 20px;
}
+h3 {
+ text-align: center;
+}
+
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
@@ -419,6 +423,13 @@
text-align: center;
}
#periods a {
margin-right: 20px;
+}
+
+.chart {
+ height: 300px;
+ line-height: 300px;
+ text-align: center;
+ color: #999;
}