Skip to content

Commit

Permalink
use <body ontouchstart=> to fix(hack) all :active style in iOS & clea…
Browse files Browse the repository at this point in the history
…nUp js
  • Loading branch information
Huxpro committed Feb 7, 2015
1 parent 277b96e commit acdea61
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,002 deletions.
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% include head.html %}

<body>
<body ontouchstart="">

{% include nav.html %}

Expand Down
3 changes: 3 additions & 0 deletions css/hux-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ a img:hover,
a img:focus {
cursor: zoom-in;
}
article {
overflow-x: hidden;
}
blockquote {
color: #808080;
font-style: italic;
Expand Down
2 changes: 1 addition & 1 deletion css/hux-blog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit acdea61

Please sign in to comment.