Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixes #4412 - Adjusted default top/bottom padding for page with fixed…
Browse files Browse the repository at this point in the history
… toolbars.
  • Loading branch information
jaspermdegroot committed Jun 18, 2012
1 parent 6955adb commit 79b1e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/structure/jquery.mobile.fixedToolbar.css
Expand Up @@ -21,10 +21,10 @@
opacity: .9;
}
.ui-page-header-fixed {
padding-top: 2.5em;
padding-top: 2.6875em;
}
.ui-page-footer-fixed {
padding-bottom: 3em;
padding-bottom: 2.6875em;
}
.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
Expand Down

0 comments on commit 79b1e01

Please sign in to comment.