[TASK] Change footer height.

This commit is contained in:
Jan Philipp Timme 2013-09-11 17:21:03 +02:00
parent 52f2f2bf54
commit 744d2d8268
1 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ h5 { font-size: 11pt; }
#nonfooter-content-container { #nonfooter-content-container {
overflow: auto; overflow: auto;
padding-bottom: 10em; /* footer height */ padding-bottom: 150px; /* footer height */
} }
#headerbar { #headerbar {
@ -140,8 +140,8 @@ h5 { font-size: 11pt; }
} }
#footer { #footer {
height: 7em; /* footer height */ height: 150px; /* footer height */
margin-top: -7em; /* footer height */ margin-top: -150px; /* footer height */
color: hsla(0, 0%, 90%, 0.9); color: hsla(0, 0%, 90%, 0.9);
background-color: hsla(0, 0%, 0%, 0.75); background-color: hsla(0, 0%, 0%, 0.75);