Title: [198920] trunk/Websites/webkit.org
- Revision
- 198920
- Author
- [email protected]
- Date
- 2016-03-31 14:55:47 -0700 (Thu, 31 Mar 2016)
Log Message
Fix download links for desktops with small resolutions
https://bugs.webkit.org/show_bug.cgi?id=156081
Reviewed by Timothy Hatcher.
* wp-content/themes/webkit/downloads.php:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (198919 => 198920)
--- trunk/Websites/webkit.org/ChangeLog 2016-03-31 21:52:04 UTC (rev 198919)
+++ trunk/Websites/webkit.org/ChangeLog 2016-03-31 21:55:47 UTC (rev 198920)
@@ -1,3 +1,12 @@
+2016-03-31 Jon Davis <[email protected]>
+
+ Fix download links for desktops with small resolutions
+ https://bugs.webkit.org/show_bug.cgi?id=156081
+
+ Reviewed by Timothy Hatcher.
+
+ * wp-content/themes/webkit/downloads.php:
+
2016-03-29 Jon Davis <[email protected]>
Fixed a property access error by removing the lamda function for updates
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/downloads.php (198919 => 198920)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/downloads.php 2016-03-31 21:52:04 UTC (rev 198919)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/downloads.php 2016-03-31 21:55:47 UTC (rev 198920)
@@ -70,18 +70,6 @@
width: 100%;
}
}
-
-@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
- .bodycopy div p:nth-child(3) {
- display: none;
- }
-}
-
-@media only screen and (max-device-width: 736px) {
- .bodycopy div p:nth-child(3) {
- display: none;
- }
-}
</style>
<?php
});
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes