Title: [105536] trunk/Tools
- Revision
- 105536
- Author
- [email protected]
- Date
- 2012-01-20 12:55:36 -0800 (Fri, 20 Jan 2012)
Log Message
The party time image overlaps real content! This patch makes the
image centered vertically.
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css:
(#onebar.partytime #summary):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css (105535 => 105536)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css 2012-01-20 20:40:18 UTC (rev 105535)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css 2012-01-20 20:55:36 UTC (rev 105536)
@@ -45,5 +45,5 @@
}
#onebar.partytime #summary {
- background: url(../images/partytime.gif) top center no-repeat;
+ background: url(../images/partytime.gif) center center no-repeat;
}
Modified: trunk/Tools/ChangeLog (105535 => 105536)
--- trunk/Tools/ChangeLog 2012-01-20 20:40:18 UTC (rev 105535)
+++ trunk/Tools/ChangeLog 2012-01-20 20:55:36 UTC (rev 105536)
@@ -1,3 +1,11 @@
+2012-01-20 Adam Barth <[email protected]>
+
+ The party time image overlaps real content! This patch makes the
+ image centered vertically.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css:
+ (#onebar.partytime #summary):
+
2012-01-19 Ojan Vafai <[email protected]>
Refactor TestExpectationsParser in preparation for caching the results
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes