summaryrefslogtreecommitdiff
path: root/src/css/custom
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/custom')
-rw-r--r--src/css/custom/blockquotes.less18
-rw-r--r--src/css/custom/helpers.less5
-rw-r--r--src/css/custom/navigation.less30
3 files changed, 0 insertions, 53 deletions
diff --git a/src/css/custom/blockquotes.less b/src/css/custom/blockquotes.less
deleted file mode 100644
index 3984472..0000000
--- a/src/css/custom/blockquotes.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "../variables.less";
-
-.quoteblock {
- width: 90%;
- margin: 0 auto;
- border-left: double black;
- padding: 0.5em;
- background-color: @blockBackgroundColor;
-
- blockquote {
- font-style: italic;
- }
-
- div.attribution {
- text-align: right;
- margin-right: 1em;
- }
-}
diff --git a/src/css/custom/helpers.less b/src/css/custom/helpers.less
deleted file mode 100644
index 2c4d80b..0000000
--- a/src/css/custom/helpers.less
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "../variables.less";
-
-.center {
- text-align: center;
-}
diff --git a/src/css/custom/navigation.less b/src/css/custom/navigation.less
deleted file mode 100644
index 9c9ef4e..0000000
--- a/src/css/custom/navigation.less
+++ /dev/null
@@ -1,30 +0,0 @@
-@import "../variables.less";
-
-// Navigation bar
-nav {
- padding-bottom: 8px;
- border-bottom: double @bodyTextColor;
- text-align: center;
- font-family: Sans;
-
- a, a:visited {
- margin: 0 0.5em;
- font-size: 24px;
- text-decoration: none;
- color: @bodyTextColor;
- }
-
- .brand-name {
- text-align: center;
- display: block;
- font-weight: bold;
- font-size: 32px;
- color: @bodyTextColor;
- margin-bottom: 8px;
- }
-}
-
-// Generic links
-a, a:visited {
- color: @linkColor;
-}