Skip to content

Commit

Permalink
Merge pull request #450 from twbs/device-images-width
Browse files Browse the repository at this point in the history
Fix device images being off by 1px.
  • Loading branch information
connors committed Mar 7, 2014
2 parents 8ea272e + 76825a7 commit a429bc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ code {
position: absolute;
top: 117px;
left: 37px;
width: 320px;
width: 321px;
height: 569px;
overflow: hidden;
font-size: 17px;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ code {
position: absolute;
top: 117px;
left: 37px;
width: 320px;
width: 321px;
height: 569px;
overflow: hidden;
font-size: $font-size-default;
Expand Down

0 comments on commit a429bc3

Please sign in to comment.