aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-narrow.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tons of logic and performance improvementsZhiming Wang2015-07-261-16/+11
| | | | The main aim is a more logical DOM structure and more performant CSS.
* css: replace padding with margin whenever possibleZhiming Wang2015-07-261-3/+3
| | | | Also adjusted some margins.
* narrow theme: 200x200 icon => 150x150Zhiming Wang2015-07-251-5/+6
| | | | 200x200 icon wastes too much valuable screen estate on a smart phone.
* use -webkit-image-set to make icon look sharper on Retina displaysZhiming Wang2015-07-251-0/+1
|
* select blog icon with CSSZhiming Wang2015-07-251-2/+3
| | | | | This way we can deliver the right size based on the window size (wide or narrow), rather than deliver a universal one then scale down.
* narrow theme: add 10% padding at article bottomZhiming Wang2015-07-171-1/+1
|
* design mobile and narrow window friendly themeZhiming Wang2015-07-171-0/+31
Tested on iPhone 6 Plus (both portrait and landscape).