From 9a695530718420f63917a6c0c141d08336d013c9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 13:00:25 +0200 Subject: Use plain Bootstrap (not bootswatch theme Slate). --- partials/_bootswatch-slate.scss | 1 - style.scss | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 120000 partials/_bootswatch-slate.scss diff --git a/partials/_bootswatch-slate.scss b/partials/_bootswatch-slate.scss deleted file mode 120000 index 92853eb..0000000 --- a/partials/_bootswatch-slate.scss +++ /dev/null @@ -1 +0,0 @@ -/usr/share/javascript/bootswatch/slate/bootstrap.css \ No newline at end of file diff --git a/style.scss b/style.scss index 87827bf..89c2bb7 100644 --- a/style.scss +++ b/style.scss @@ -1,7 +1,6 @@ -//@import "bootstrap-compass"; -//@import "partials/base"; -//@import "bootstrap"; -@import "partials/bootswatch-slate"; +@import "bootstrap-compass"; +@import "partials/base"; +@import "bootstrap"; // padding needed with fixed navbar body { -- cgit v1.2.3