Skip to content

Commit

Permalink
Added better support for iPad, thanks to @JoeWard. Closes #119.
Browse files Browse the repository at this point in the history
I'm closing the ticket, but feel free to reopen or comment in case this doesn't fix everything!
  • Loading branch information
tomaz committed Feb 21, 2012
1 parent 20e4845 commit 3721658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppledocTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>752</string>
<string>759</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ - (NSDictionary *)appledocData {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0.5" forKey:@"version"];
[result setObject:@"752" forKey:@"build"];
[result setObject:@"759" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
return result;
Expand Down
1 change: 1 addition & 0 deletions Templates/html/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ th {
}

#contents, #overview_contents {
-webkit-overflow-scrolling: touch;
border-top: 1px solid #2B334F;
position: absolute;
top: 91px;
Expand Down

0 comments on commit 3721658

Please sign in to comment.