Title: [166994] trunk/Websites/perf.webkit.org
Revision
166994
Author
rn...@webkit.org
Date
2014-04-08 19:54:45 -0700 (Tue, 08 Apr 2014)

Log Message

Some CSS teaks.

* public/common.css:
(#title):
* public/index.html:
(#charts .pane):
(#charts .arrow):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (166993 => 166994)


--- trunk/Websites/perf.webkit.org/ChangeLog	2014-04-09 02:18:52 UTC (rev 166993)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2014-04-09 02:54:45 UTC (rev 166994)
@@ -1,3 +1,13 @@
+2014-04-08  Ryosuke Niwa  <rn...@webkit.org>
+
+        Some CSS teaks.
+
+        * public/common.css:
+        (#title):
+        * public/index.html:
+        (#charts .pane):
+        (#charts .arrow):
+
 2014-04-03  Ryosuke Niwa  <rn...@webkit.org>
 
         WebKitPerfMonitor: There should be a way to add all metrics of a suite without also adding subtests

Modified: trunk/Websites/perf.webkit.org/public/common.css (166993 => 166994)


--- trunk/Websites/perf.webkit.org/public/common.css	2014-04-09 02:18:52 UTC (rev 166993)
+++ trunk/Websites/perf.webkit.org/public/common.css	2014-04-09 02:54:45 UTC (rev 166994)
@@ -12,6 +12,7 @@
 
 #title {
     position: relative;
+    padding-bottom: 0.5em;
 }
 
 #title h1 {

Modified: trunk/Websites/perf.webkit.org/public/index.html (166993 => 166994)


--- trunk/Websites/perf.webkit.org/public/index.html	2014-04-09 02:18:52 UTC (rev 166993)
+++ trunk/Websites/perf.webkit.org/public/index.html	2014-04-09 02:54:45 UTC (rev 166994)
@@ -59,7 +59,7 @@
     position: absolute;
     left: 10px;
     top: 10px;
-    width: 220px;
+    width: 230px;
 }
 
 .chart header {
@@ -206,7 +206,7 @@
     height: 40px;
     position: absolute;
     top: 10px;
-    left: 220px;
+    left: 240px;
 }
 
 .chart svg {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to