Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
remove viewport from integration site, fix integration css
Browse files Browse the repository at this point in the history
  • Loading branch information
josmardias committed Mar 24, 2015
1 parent 6dd0cee commit b515e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<head>
<title>Page</title>
<meta name="viewport" content="width=device-width">
<link href="integration.css" rel="stylesheet" type="text/css" />
<link href="site.css" rel="stylesheet" type="text/css" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions integration.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body.integration-noscroll {
overflow: hidden;
}

body.integration-ios8.integration-safari {
position: static;
body.integration-noscroll.integration-ios8.integration-safari {

}

0 comments on commit b515e98

Please sign in to comment.