summaryrefslogtreecommitdiff
path: root/public/static.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static.css')
-rw-r--r--public/static.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/public/static.css b/public/static.css
deleted file mode 100644
index c6f92ac01d9..00000000000
--- a/public/static.css
+++ /dev/null
@@ -1,30 +0,0 @@
-body {
- color: #666;
- text-align: center;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- margin:0;
- width: 800px;
- margin: auto;
- font-size: 14px;
-}
-h1 {
- font-size: 56px;
- line-height: 100px;
- font-weight: normal;
- color: #456;
-}
-h2 { font-size: 24px; color: #666; line-height: 1.5em; }
-
-h3 {
- color: #456;
- font-size: 20px;
- font-weight: normal;
- line-height: 28px;
-}
-
-hr {
- margin: 18px 0;
- border: 0;
- border-top: 1px solid #EEE;
- border-bottom: 1px solid white;
-}