summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass54
1 files changed, 0 insertions, 54 deletions
diff --git a/views/style.sass b/views/style.sass
deleted file mode 100644
index 59b6ee7..0000000
--- a/views/style.sass
+++ /dev/null
@@ -1,54 +0,0 @@
-$fg: #333333
-$bg: #E7E7E7
-$hl: yellow
-
-body
- margin: 3em
- height: 100%
- font-family: Verdana
- background-color: white
- color: $fg
-
- .page-header
- h1
- font-size: x-large
-
- em
- font-size: x-large
-
- #nav
- margin-bottom: 0px
- border: none
-
- #navbar
- padding-left: 0px
-
- h1
- font-size: medium
-
- dt
- font-weight: bold
-
- em
- font-family: serif
- font-style: italic
- font-size: large
-
- code
- background-color: $bg
- color: black
- font-family: monospace
- font-weight: bold
- font-size: large
-
-
- .content
- background-color: $bg
- padding: 1.5em
- padding-top: 2.5em
- min-height: 300px
-
- .footer
- background-color: white
-
-