File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- /*! normalize.css 2011-08-03T09:38 UTC · http://github.com/necolas/normalize.css */
1+ /*! normalize.css 2011-08-03T09:41 UTC · http://github.com/necolas/normalize.css */
22
33/* =============================================================================
44 HTML5 display definitions
@@ -58,18 +58,15 @@ audio:not([controls]) {
5858 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
5959 * http://clagnut.com/blog/348/#c790
6060 * 2. Keeps page centred in all browsers regardless of content height
61- * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
62- * www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
63- * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
61+ * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
6462 * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
6563 */
6664
6765html {
6866 font-size : 100% ; /* 1 */
6967 overflow-y : scroll; /* 2 */
70- -webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 ); /* 3 */
71- -webkit-text-size-adjust : 100% ; /* 4 */
72- -ms-text-size-adjust : 100% ; /* 4 */
68+ -webkit-text-size-adjust : 100% ; /* 3 */
69+ -ms-text-size-adjust : 100% ; /* 3 */
7370}
7471
7572/*
You can’t perform that action at this time.
0 commit comments