summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 18:17:41 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 18:17:41 -0500
commitd09f0e2196330100a2621a127f7cd52fec69b97d (patch)
treee6ca7f65bd5157071fdbf14f99ee43c38876deed /src/main.scss
parentf582680627713f2b67c8506b4e3692d25b742298 (diff)
rename everything to be lowercase URLs.
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.scss b/src/main.scss
index 9a75c62..7f43a61 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -146,7 +146,7 @@ body.index {
a.external {
background-position: center right;
background-repeat: no-repeat;
- background-image: url(External.svg);
+ background-image: url(external.svg);
background-size: 12px 12px;
padding-right: 13px;
}
@@ -154,7 +154,7 @@ body.index {
}
body.dnd {
- background: url(dnd/Background.png) repeat-y;
+ background: url(dnd/background.png) repeat-y;
background-size: 100%;
/* This bit mostly taken from the defaults of org-mode export */