diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-16 22:46:21 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-16 22:46:21 -0700 |
commit | 2742ec7a947ce6195bdcbbdeefa17f04502e66b7 (patch) | |
tree | b6a0521694dc2e4bbe3c905b81f430b1e9fc394b | |
parent | 3f37cc90470295c13214536662b9c54a5a48e047 (diff) | |
download | my_new_personal_website-2742ec7a947ce6195bdcbbdeefa17f04502e66b7.tar.xz my_new_personal_website-2742ec7a947ce6195bdcbbdeefa17f04502e66b7.zip |
update to "Searchable settings are one honking great idea..."
-rw-r--r-- | source/blog/2015-05-06-searchable-settings-are-one-honking-great-idea-lets-do-more-of-those.md | 6 | ||||
-rw-r--r-- | source/css/theme.css | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/source/blog/2015-05-06-searchable-settings-are-one-honking-great-idea-lets-do-more-of-those.md b/source/blog/2015-05-06-searchable-settings-are-one-honking-great-idea-lets-do-more-of-those.md index fc36421a..d93e8945 100644 --- a/source/blog/2015-05-06-searchable-settings-are-one-honking-great-idea-lets-do-more-of-those.md +++ b/source/blog/2015-05-06-searchable-settings-are-one-honking-great-idea-lets-do-more-of-those.md @@ -43,3 +43,9 @@ Of course, designing clear structures (with the principles and pitfalls discusse ![Apple.](https://i.imgur.com/aKgW29W.png) ![Microsoft.](https://i.imgur.com/7zJxr8P.png) + +--- + +**May 16, 2015 update:** Ars Technica [published an article today](http://arstechnica.com/apple/2015/05/what-wed-like-to-see-in-ios-9-at-wwdc-next-month/) listing "what we'd like to see in iOS 9 at WWDC next month", and "Settings page overhaul" is listed as the third item. Apparently I'm not the only one who's concerned about the iOS Settings maze. In addition, their proposed solution is similar to mine;[^similarity] the key, of course, is search. + +[^similarity]: Which is not at all surprising, since Apple's very own OS X has already set an example. diff --git a/source/css/theme.css b/source/css/theme.css index 8d715bfe..b8eecde6 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -170,9 +170,9 @@ div.indextoc ul li time.tocdate { } noscript { - color: #aaa; + color: #ccc; } noscript a { - color: #aaa; + color: #ccc; } |