Browse Source

Pretty

master
Pete Shadbolt 7 years ago
parent
commit
9939ec6f13
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      abp/static/main.css

+ 4
- 4
abp/static/main.css View File

@@ -7,7 +7,7 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
position: absolute;
top:5px;
left:5px;
font-family:monospace;
font-family: monospace;
text-align: center;
font-size:9pt;
/*height:15px;*/
@@ -19,7 +19,7 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
background-color: black;
color:white;
padding: 10px;
font-family:monospace;
font-family: monospace;
position: absolute;
top: 10px;
right: 10px;
@@ -34,7 +34,7 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
background-color: black;
color:white;
padding: 10px;
font-family:monospace;
font-family: monospace;
position: absolute;
top: 10px;
left: 10px;
@@ -44,7 +44,7 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
#version {
color:black;
padding: 10px;
font-family:monospace;
font-family: monospace;
position: absolute;
bottom: 10px;
left: 10px;


Loading…
Cancel
Save