summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-20 20:02:43 +0100
committerJonas Smedegaard <dr@jones.dk>2017-03-20 20:02:43 +0100
commitb6c865429be50f3b3852124d0d090624ceee9533 (patch)
tree977a18d5545c8f4298941cf46888b0365169d415
parent5c1382ab916d522abd0778200d9ad6669d40e16d (diff)
Drop most custom styling: Clashes with Bootstrap.
-rw-r--r--style.scss25
1 files changed, 0 insertions, 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;
}