aboutsummaryrefslogtreecommitdiff
path: root/docs/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/global.css')
-rw-r--r--docs/global.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/docs/global.css b/docs/global.css
deleted file mode 100644
index 91547655..00000000
--- a/docs/global.css
+++ /dev/null
@@ -1,38 +0,0 @@
-html {
- background-color: #eee;
-}
-
-body {
- background-color: #fff;
- margin: 0 auto;
- max-width: 60em;
- padding: 0.2em 1em;
- box-shadow: 0 0 6px;
-}
-
-body {
- line-height: 1.6;
- font-family: Cantarell, sans-serif;
- font-size: 1.1em;
-
- color: #222;
-}
-
-h1 {
- font-size: 2.0em;
- text-align: center;
-}
-
-#logo {
- width: 25%;
- float: right;
-}
-
-a {
- text-decoration: none;
- color: #22D;
-}
-
-a:hover {
- color: #008;
-}