Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse most CSS files into theme.css | Zhiming Wang | 2016-09-02 | 1 | -3/+0 |
| | | | | | Having a whole bunch of CSS files is not good for the performance of the website. | ||||
* | tons of logic and performance improvements | Zhiming Wang | 2015-07-26 | 1 | -2/+1 |
| | | | | The main aim is a more logical DOM structure and more performant CSS. | ||||
* | adjust content width for different window widths | Zhiming Wang | 2015-07-26 | 1 | -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). |