Skip to content

Commit

Permalink
Fixing both jQueryUI and API.jQueryUI.com's full-width on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinmaetschke authored and ajpiano committed Feb 6, 2013
1 parent 3ba3553 commit aace93d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/jquery/css/base.css
Expand Up @@ -3188,6 +3188,10 @@ footer li img {
footer .footer-icon-links li:first-child {
margin-left: 0;
}

footer .download > span {
white-space: normal;
}
}

@media only screen and (-webkit-device-pixel-ratio: 2){
Expand Down

0 comments on commit aace93d

Please sign in to comment.