app/views/stylesheets/style.css in rails_performance-0.0.1.11 vs app/views/stylesheets/style.css in rails_performance-0.0.1.12

- old
+ new

@@ -10,10 +10,14 @@ .chart { height: 255px; } +.chart_mini { + height: 150px; + width: 720px; +} .logo h2 { text-transform: uppercase; color: red; font-weight: bold; @@ -22,5 +26,10 @@ } .navbar-item.is-active { border-bottom: 1px solid red; } + + +table th[data-sort] { + cursor: pointer; +} \ No newline at end of file