Small improvements

pull/5742/merge
Aleksander Machniak 8 years ago
parent f1e5d5114d
commit 3fddd4a505

@ -197,7 +197,7 @@ div.popover > h3 {
}
#content .watermark {
background: url(../images/watermark.jpg) center center no-repeat;
background: url(../images/watermark.jpg) center no-repeat;
width: 100%;
height: 100%;
}

@ -3,7 +3,7 @@
<head>
<title></title>
<style type="text/css">
html, body { height: 95%; }
html, body { height: 100%; overflow: hidden; }
body { background: url(images/watermark.jpg) center no-repeat #fff; }
</style>
</head>

Loading…
Cancel
Save