Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31395] Footer will be at the bottom of the page
  • Loading branch information
Manuel Recena committed Nov 14, 2015
1 parent 0fc3176 commit 1219bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions war/src/main/webapp/css/style.css
Expand Up @@ -133,6 +133,9 @@ footer {
background-color: #f6faf2;
border-top: 1px solid #d3d7cf;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
clear: both;
font-size: 12px;
text-align: right;
Expand Down

0 comments on commit 1219bd1

Please sign in to comment.