aboutsummaryrefslogtreecommitdiff
path: root/source/static/css/log.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/css/log.css')
-rw-r--r--source/static/css/log.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/source/static/css/log.css b/source/static/css/log.css
deleted file mode 100644
index 56eb5220..00000000
--- a/source/static/css/log.css
+++ /dev/null
@@ -1,24 +0,0 @@
-html {
- height: 100%;
-}
-
-body {
- font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif;
- line-height:1.75;
- height: 100%;
- margin: 0;
- padding: 0;
-}
-
-#logform {
- text-align:center;
- clear: both;
- position: float;
- vertical-align: center;
- margin-top: 10%;
-
-}
-
-img {
- border:0;
-}
bgstack15