Commit:    636a7e494b48f9eef29bf99bb13326a7ffd5d693
Author:    Dejan Marjanovic <[email protected]>         Sat, 14 Dec 
2013 20:12:14 +0100
Parents:   d9f615b9dd2275c9daa0482cc3da63200ee020e0
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=636a7e494b48f9eef29bf99bb13326a7ffd5d693

Log:
Prevent random horizontal scroll http://i.imgur.com/3lt53pY.png

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index 5223425..fcbf44b 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -19,6 +19,7 @@ html {
 body {
   background:#fff;
   color: black;
+  overflow-x: hidden;
 }
 
 abbr {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to