diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-07-15 20:37:13 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-07-15 20:37:13 +0000 |
| commit | 7b806921b11d39624695db67313e7c15994f3c6a (patch) | |
| tree | e6cb80ebb646285b098e647330875a5443bb063a /themes/_administration | |
| parent | d7a426318c04aff13840ed7421513163a63cc10d (diff) | |
| download | webtrees-7b806921b11d39624695db67313e7c15994f3c6a.tar.gz webtrees-7b806921b11d39624695db67313e7c15994f3c6a.tar.bz2 webtrees-7b806921b11d39624695db67313e7c15994f3c6a.zip | |
Firefox's status bar overlaps the bottom of the page
Diffstat (limited to 'themes/_administration')
| -rw-r--r-- | themes/_administration/css-1.7.0/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/_administration/css-1.7.0/style.css b/themes/_administration/css-1.7.0/style.css index 1a169d8f3d..379f51468b 100644 --- a/themes/_administration/css-1.7.0/style.css +++ b/themes/_administration/css-1.7.0/style.css @@ -48,6 +48,7 @@ /* http://www.subtlepatterns.com */ body { background: url(paper_fibers.png); + margin-bottom: 1em; /* Firefox's status bar overlaps the body */ } @media (min-device-pixel-ratio: 2) { body { |
