diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-30 12:01:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-30 12:01:27 -0400 |
commit | 6064164501ff6a7a7684196b1ec1f7f96a2d4289 (patch) | |
tree | 40274a9c9ad1f0f6b612d233305b89f69921e1d5 /doc/todo/monochrome_theme.mdwn | |
parent | 150d2c09008d029f8fd85edc365966328ee73214 (diff) | |
download | ikiwiki-6064164501ff6a7a7684196b1ec1f7f96a2d4289.tar ikiwiki-6064164501ff6a7a7684196b1ec1f7f96a2d4289.tar.gz |
merged; followup questions
Diffstat (limited to 'doc/todo/monochrome_theme.mdwn')
-rw-r--r-- | doc/todo/monochrome_theme.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/monochrome_theme.mdwn b/doc/todo/monochrome_theme.mdwn index ebaca9b4f..f4c8a0203 100644 --- a/doc/todo/monochrome_theme.mdwn +++ b/doc/todo/monochrome_theme.mdwn @@ -15,3 +15,20 @@ Perhaps controversially, I think that this would be a good basis for a default t >> Sure I'll sort that out. Sorry, I didn't realise the prepending was an automatic process. I did it manually. It should be quick for me to fix. — [[Jon]] >>> Fixed. I rebased the branch; hopefully that won't cause your script issues. — [[Jon]] + +>>>> I've merged your branch. +>>>> +>>>> Looking more closely at the css, I do have a few questions: +>>>> +>>>> * Is the google-provided font really necessary? I consider that a sort +>>>> of web bug, I would prefer users of ikiwiki not need to worry that +>>>> their referer information is being sent to some third party. +>>>> I'd also prefer for ikiwiki sites to always be functional when +>>>> viewed offline. +>>>> * The external link markup needs the local url to be put into +>>>> local.css to work right, correct? I wonder if this is too much of a +>>>> complication to ask of users. It seems to be it could either be left +>>>> 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]] |