]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/merge_bootstrap_branch.mdwn
Merge branch 'master' into debian-jessie-backports
[git.ikiwiki.info.git] / doc / todo / merge_bootstrap_branch.mdwn
index ee42bf55c5f54e8790fee0f76ab5a4f5e21d3f1a..34a4a1f72781a9f6a5667ff20b606c2e521bad71 100644 (file)
@@ -21,3 +21,11 @@ except when the bootstrap theme is enabled.
 >
 > My work on bootstrap also involved some changes to the base templates,
 > not sure there is a way to work around that. --[[anarcat]]
+
+>> As for not tampering with template files, the only way I found to
+>> work around this is to rename the desired bootstrap classes to the
+>> ones that the default ikiwiki template wants (toc, map, etc.).
+>> What this means is copying css code from `bootstrap.css` to the `styles.css`.
+>> [See for yourself](https://notabug.org/iikb/ikiwiki-theme-bootstrap/commit/7f30630b6255336a34b14f70f2a674e15cd797a0) - don't mind the red parts.
+>> This is tedious and boring, it's easier to tamper with template files
+>> than to rewrite bootstrap by copying and pasting it. --[[desci]]