diff options
author | desci <desci@web> | 2016-05-08 21:54:17 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-08 21:54:17 -0400 |
commit | 176ff2fb5c20d3eaf9322be82e0511c62daac148 (patch) | |
tree | 792535235784891f8a68d60fd87d2a117fed9b4a | |
parent | dfcfefea74a73c6424e5a34e6153fff3cb545e26 (diff) | |
download | ikiwiki-176ff2fb5c20d3eaf9322be82e0511c62daac148.tar ikiwiki-176ff2fb5c20d3eaf9322be82e0511c62daac148.tar.gz |
Clarifying
-rw-r--r-- | doc/todo/merge_bootstrap_branch.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/merge_bootstrap_branch.mdwn b/doc/todo/merge_bootstrap_branch.mdwn index e2fb5f3c6..34a4a1f72 100644 --- a/doc/todo/merge_bootstrap_branch.mdwn +++ b/doc/todo/merge_bootstrap_branch.mdwn @@ -25,6 +25,7 @@ except when the bootstrap theme is enabled. >> 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.). ->> [see for yourself](https://notabug.org/iikb/ikiwiki-theme-bootstrap/commit/7f30630b6255336a34b14f70f2a674e15cd797a0) - don't mind the red parts. +>> 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]] |