diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 20:02:43 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 20:02:43 +0100 |
commit | b6c865429be50f3b3852124d0d090624ceee9533 (patch) | |
tree | 977a18d5545c8f4298941cf46888b0365169d415 | |
parent | 5c1382ab916d522abd0778200d9ad6669d40e16d (diff) |
Drop most custom styling: Clashes with Bootstrap.
-rw-r--r-- | style.scss | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -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; } |