X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9802e986521617c3eadd566ac72fdd68bdab3209..30ac2faa9354760925dfe93f2680b4376e17ed37:/doc/bugs/More_mobile_friendly_default_themes.mdwn?ds=inline
diff --git a/doc/bugs/More_mobile_friendly_default_themes.mdwn b/doc/bugs/More_mobile_friendly_default_themes.mdwn
index c33d6ac95..8eeae413d 100644
--- a/doc/bugs/More_mobile_friendly_default_themes.mdwn
+++ b/doc/bugs/More_mobile_friendly_default_themes.mdwn
@@ -4,12 +4,55 @@ indicates the viewport on mobile needs to be configured, e.g. ` 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:
+>> Fixed in master. It is currently on by default, but people with
+>> customized CSS that doesn't scale nicely can put
+>> `responsive_layout => 0` in the config to turn it off. --[[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]]
+
+ >> With git master, the layout and font sizes seem appropriate on my
+ >> Galaxy Nexus (360 CSS pixels wide), and on simulated devices
+ >> 320 device pixels wide (e.g. the first couple of iPhone models)
+ >> in Chromium's developer tools. [[done]]
+ >>
+ >> Test sites:
+ >>
+ >> *
+ >> *
+ >> *
+ >> *
+ >> *
+ >>
+ >> If stylistic changes are needed, please open another issue with a
+ >> suggested patch.
+ >> --[[smcv]]
+
* XHTML should be dropped !
+ > Already in the to-do list: [[todo/generate HTML5 by default]]. --[[smcv]]
+
+ >> Next version will always generate HTML5, unless someone overrules me.
+ >> --[[smcv]]
I'm practicing this on http://dabase.com/ with
+
+> [[!format diff """
+-
+-
+"""]]
+> You probably don't want to delete those. It breaks the CGI. --[[smcv]]