Skip to content

Commit

Permalink
Adjusted width of Github template.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDenniss committed Feb 22, 2016
1 parent a823834 commit 773c237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions AppAuth-iOS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>AppAuth for iOS by openid</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/styles-override.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
Expand Down
7 changes: 7 additions & 0 deletions AppAuth-iOS/stylesheets/styles-override.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
section {
width: 600px;
}
.wrapper {
width:960px;
margin:0 auto;
}

0 comments on commit 773c237

Please sign in to comment.