From b6c865429be50f3b3852124d0d090624ceee9533 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Mar 2017 20:02:43 +0100 Subject: Drop most custom styling: Clashes with Bootstrap. --- style.scss | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/style.scss b/style.scss index 6cd6ba9..cbd7eb3 100644 --- a/style.scss +++ b/style.scss @@ -3,31 +3,6 @@ //@import "bootstrap"; @import "/usr/share/javascript/bootswatch/spacelab/bootstrap.min.css"; -@import "../shared/themes/default/ikiwiki"; -@import "breakpoint"; - -@include ikiwiki-style; - -.pageheader { - padding: 1em; -} - -.header, -.author, -.recentchanges, -.committype, -#footer, -.inlinefooter { - font-size: 80%; -} - -#content { - width: 100%; - max-width: 52em; - margin: 0 auto; - padding: 1em; -} - #backlinks { display: none; } -- cgit v1.2.3