diff --git a/sass/base/_theme.scss b/sass/base/_theme.scss index 75c00a0..5ff54fd 100644 --- a/sass/base/_theme.scss +++ b/sass/base/_theme.scss @@ -1,4 +1,4 @@ -$noise-bg: image-url('/images/noise.png') top left !default; +$noise-bg: image-url('../images/noise.png') top left !default; $img-border: inline-image('dotted-border.png'); // Main Link Colors @@ -12,7 +12,7 @@ $main-bg: #fff !default; $page-bg: #fff !default; $article-border: #eeeeee !default; -$header-bg: url(/images/background.jpg) !default; +$header-bg: url(../images/background.jpg) !default; $header-border: lighten(#418284, 15) !default; $title-color: #f2f2f2 !default; $subtitle-color: #ccc !default; @@ -63,7 +63,7 @@ a { } html { - background: $page-bg image-url('/images/line-tile.png') top left; + background: $page-bg image-url('../images/line-tile.png') top left; } body { > div { diff --git a/sass/partials/_frontpage.scss b/sass/partials/_frontpage.scss index b6128df..12bf276 100644 --- a/sass/partials/_frontpage.scss +++ b/sass/partials/_frontpage.scss @@ -10,7 +10,7 @@ text-align: center; img { margin-top: 30px; - width: 80%%; + width: 80%; } article { diff --git a/sass/partials/events.scss b/sass/partials/events.scss index 0016568..1d00308 100644 --- a/sass/partials/events.scss +++ b/sass/partials/events.scss @@ -5,7 +5,7 @@ margin: 0px; li { - background-image: url(/images/calendar.png); + background-image: url(../images/calendar.png); background-repeat: no-repeat; background-position: 10px 15px; font-size: 1em; @@ -28,4 +28,4 @@ aside { border-top: 0px; } } -} \ No newline at end of file +} diff --git a/sass/partials/sidebar/_base.scss b/sass/partials/sidebar/_base.scss index c307858..aa6af32 100644 --- a/sass/partials/sidebar/_base.scss +++ b/sass/partials/sidebar/_base.scss @@ -1,3 +1,6 @@ +.side-shadow-border { + @include box-shadow(#666 0 1px); +} aside.sidebar { overflow: hidden; color: $sidebar-color; diff --git a/source/_includes/custom/header.html b/source/_includes/custom/header.html index 2311677..356d6c9 100644 --- a/source/_includes/custom/header.html +++ b/source/_includes/custom/header.html @@ -1,5 +1,5 @@
-

+

{% if site.subtitle %}

{{ site.subtitle }}

{% endif %} diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index b92e288..11bb35b 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -2,5 +2,5 @@
  • Home
  • News
  • -
  • RSS
  • +
  • RSS
  • diff --git a/source/_layouts/frontpage.html b/source/_layouts/frontpage.html index 6a819f6..3c7cba4 100644 --- a/source/_layouts/frontpage.html +++ b/source/_layouts/frontpage.html @@ -6,7 +6,7 @@
    - +
    {{ content | expand_urls: root_url }}