* public/common.css:
(#title):
* public/index.html:
(#charts .pane):
(#charts .arrow):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@166994
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Some CSS teaks.
+
+ * public/common.css:
+ (#title):
+ * public/index.html:
+ (#charts .pane):
+ (#charts .arrow):
+
2014-04-03 Ryosuke Niwa <rniwa@webkit.org>
WebKitPerfMonitor: There should be a way to add all metrics of a suite without also adding subtests
#title {
position: relative;
+ padding-bottom: 0.5em;
}
#title h1 {
position: absolute;
left: 10px;
top: 10px;
- width: 220px;
+ width: 230px;
}
.chart header {
height: 40px;
position: absolute;
top: 10px;
- left: 220px;
+ left: 240px;
}
.chart svg {