diff options
author | smcv <smcv@web> | 2014-10-16 07:52:05 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-16 07:52:05 -0400 |
commit | 6de6479b3c0a88497997e653f92465312fcb177c (patch) | |
tree | 7197f15afae11f39242dd8f8d79bfa89380e93ea /doc/bugs | |
parent | 1561fbb365adba5b9b793d3e52e59bee48d66546 (diff) | |
download | ikiwiki-6de6479b3c0a88497997e653f92465312fcb177c.tar ikiwiki-6de6479b3c0a88497997e653f92465312fcb177c.tar.gz |
comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/More_mobile_friendly_default_themes.mdwn | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/bugs/More_mobile_friendly_default_themes.mdwn b/doc/bugs/More_mobile_friendly_default_themes.mdwn index c33d6ac95..fa25814ec 100644 --- a/doc/bugs/More_mobile_friendly_default_themes.mdwn +++ b/doc/bugs/More_mobile_friendly_default_themes.mdwn @@ -4,12 +4,31 @@ indicates the viewport on mobile needs to be configured, e.g. `<meta name=viewpo http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=templates/page.tmpl; +> This seems a lot like +> [an "unbreak my application" option](http://ometer.com/free-software-ui.html) +> but OK... presumably the motivation for this being opt-in is that "most" +> websites have some sort of hard-coded fixed-width layout suitable for +> a proportion of desktop browsers, rather than being responsive to window +> size like they should have been all along. --[[smcv]] Further more: - * fonts need to be tweaked + + > Suggestions? + > + > (Note that Joey has generally rejected stylistic changes to the default + > anti-theme; enhancing the other themes would be OK though.) + > --[[smcv]] + * XHTML should be dropped ! + > Already in the to-do list: [[todo/generate HTML5 by default]]. --[[smcv]] I'm practicing this on http://dabase.com/ with <http://source.dabase.branchable.com/?p=source.git;a=blob;f=templates/page.tmpl;> + +> [[!format diff """ +-<TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> +-<TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF> +"""]] +> You probably don't want to delete those. It breaks the CGI. --[[smcv]] |