diff options
author | http://jmtd.net/ <Jon_Dowland@web> | 2012-08-30 13:47:26 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-30 13:47:26 -0400 |
commit | 13d855f5b8c0988da3c640f928042946ddb15204 (patch) | |
tree | bc953803f0e7bea6a68aca0aadb7533c39b7b6b2 | |
parent | 3661370af029a5391a1d7081ed70d83f5ad06c44 (diff) | |
download | ikiwiki-13d855f5b8c0988da3c640f928042946ddb15204.tar ikiwiki-13d855f5b8c0988da3c640f928042946ddb15204.tar.gz |
Thanks for merging!
-rw-r--r-- | doc/todo/monochrome_theme.mdwn | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/todo/monochrome_theme.mdwn b/doc/todo/monochrome_theme.mdwn index f4c8a0203..0c7c1a3cb 100644 --- a/doc/todo/monochrome_theme.mdwn +++ b/doc/todo/monochrome_theme.mdwn @@ -31,4 +31,16 @@ Perhaps controversially, I think that this would be a good basis for a default t >>>> out of the theme, or perhaps ikiwiki could be made to expand >>>> something in the css to the site's url at build time. >>>> ->>>> --[[Joey]] +>>>> --[[Joey]] + +>>>>>Thanks for merging! +>>>>> * the font is not necessary. I will check, it might be license-compatible +>>>>> and thus could be bundled. As things stand, if people have no 'net connection +>>>>> or the font fails to load, the theme still "works". Good point RE the referral +>>>>> situation. +>>>>> * The external link markup works without customizing the CSS, but if something +>>>>> generates a non-relative link within the content area of a page, it will be +>>>>> styled as an external link. By default, nothing does this in ikiwiki afaik, +>>>>> so the impact is pretty small. (except perhaps if someone specifies an absolute +>>>>> `cgiurl` path?) The additional customization is belt-and-braces. +>>>>> — [[Jon]] |