https://bugs.webkit.org/show_bug.cgi?id=156081
Reviewed by Timothy Hatcher.
* wp-content/themes/webkit/downloads.php:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198920
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-31 Jon Davis <jond@apple.com>
+
+ 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 <jond@apple.com>
Fixed a property access error by removing the lamda function for updates
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
});