Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Removes the footer height discrepancy between Gecko and Webkit.
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
Denis Krienbühl committed Mar 17, 2016
1 parent aab6348 commit 296032b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

- Removes the footer height discrepancy between Gecko and Webkit.
[href]

- Improves the print styles with a focus on printing tickets.
[href]

Expand Down
15 changes: 15 additions & 0 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,21 @@ body {
height: auto;
}

// we need to use exact pixel measurements for the footer or we end up with
// incosistent results across browsers, which might mean the difference between
// showing a scrollbar and not showing one
footer {

h2 {
margin-bottom: 13px;
}

* {
font-size: 13px;
line-height: 19px;
}
}

/*
Default Coat of Arms
*/
Expand Down

0 comments on commit 296032b

Please sign in to comment.