aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-ultranarrow.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-02Collapse most CSS files into theme.cssZhiming Wang1-11/+0
Having a whole bunch of CSS files is not good for the performance of the website.
2016-02-01source/css/theme-ultranarrow.css: Adjust index horizontal spacingZhiming Wang1-0/+8
Horizontal space is valuable on mobile. Reduce formatting whitespace.
2015-08-22Add ultranarrow theme for screens narrower than 500pxZhiming Wang1-1/+1
Just set content width to 90% instead of 80% for narrow.
2015-07-26tons of logic and performance improvementsZhiming Wang1-2/+1
The main aim is a more logical DOM structure and more performant CSS.
2015-07-26adjust content width for different window widthsZhiming Wang1-0/+4
New: * Greater than 1440px: load theme-wide.css, content width: 50%; * Between 1024 and 1440px: standard theme.css, content width: 60%; * Lower than 1024px: load theme-narrow.css, content width: 90% (and floating nav element moves up to page top to make space).