Files
web2.0-backend/webapp/static/css/webapp.css
T
2017-10-31 19:31:41 +02:00

10 lines
128 B
CSS

html {
position: relative;
min-height: 100%;
}
body {
/*Margin bottom by footer hight*/
margin-bottom: 60px;
}