Title: [153853] trunk/Websites/webkit.org
Revision
153853
Author
[email protected]
Date
2013-08-08 15:46:05 -0700 (Thu, 08 Aug 2013)

Log Message

Give a smaller viewport to webkit.org on devices

Rubberstamped by Simon Fraser.

The CSS of WebKit.org layout the content on 615px + a right margin of
215px + a left margin of 20px. The total layout width is 850px.

The standard viewport size on mobile devices is 980px. This leaves a gap
on the right side of the content when opening the size on iPhone/iPad.

This patch changes the layout width to be 860 to display more content on devices
while keeping a little margin.

* header.inc:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (153852 => 153853)


--- trunk/Websites/webkit.org/ChangeLog	2013-08-08 22:38:04 UTC (rev 153852)
+++ trunk/Websites/webkit.org/ChangeLog	2013-08-08 22:46:05 UTC (rev 153853)
@@ -1,3 +1,20 @@
+2013-08-08  Benjamin Poulain  <[email protected]>
+
+        Give a smaller viewport to webkit.org on devices
+
+        Rubberstamped by Simon Fraser.
+
+        The CSS of WebKit.org layout the content on 615px + a right margin of
+        215px + a left margin of 20px. The total layout width is 850px.
+
+        The standard viewport size on mobile devices is 980px. This leaves a gap
+        on the right side of the content when opening the size on iPhone/iPad.
+
+        This patch changes the layout width to be 860 to display more content on devices
+        while keeping a little margin.
+
+        * header.inc:
+
 2013-08-08  Cosmin Truta  <[email protected]>
 
         SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1

Modified: trunk/Websites/webkit.org/header.inc (153852 => 153853)


--- trunk/Websites/webkit.org/header.inc	2013-08-08 22:38:04 UTC (rev 153852)
+++ trunk/Websites/webkit.org/header.inc	2013-08-08 22:46:05 UTC (rev 153853)
@@ -3,6 +3,7 @@
 <head>
     <meta charset="utf-8">
     <meta name="robots" content="noodp">
+    <meta name="viewport" content="width=860">
 
     <title>The WebKit Open Source Project<?php if (isset($title)) { echo " - " . $title; } ?></title>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to