Style clean-up
This commit is contained in:
parent
6cf03c8e68
commit
f4d99b66d7
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
cursor: url('/misc/piz_normal_p1.cur'), auto;
|
cursor: url('/misc/piz_normal_p1.cur'), auto;
|
||||||
background: #000;
|
background: #000;
|
||||||
margin: 8px;
|
margin: 0em;
|
||||||
color: #00FF00;
|
color: #00FF00;
|
||||||
font: normal 16px/20px Courier, Courier New, monospace;
|
font: normal 16px/20px Courier, Courier New, monospace;
|
||||||
}
|
}
|
||||||
|
@ -53,8 +53,9 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
#gdpr {
|
#gdpr {
|
||||||
|
top: 0;
|
||||||
|
position: relative;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
position: top;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #BEBEBE;
|
background-color: #BEBEBE;
|
||||||
|
|
Loading…
Reference in a new issue