|
@@ -14,18 +14,21 @@ Visual Style
|
|
|
* Email newsletter subscriber form style matches rest of the theme
|
|
|
* Article images have a visible border
|
|
|
* Block quotes have a quote icon instead of a thick line on left
|
|
|
-* Article's content font size is bigger, for better readability
|
|
|
+* Article's paragraph font size is bigger, for better readability
|
|
|
* Remove unnecessary padding in sidebar's tag list
|
|
|
* Change default place holder text of Email form text field
|
|
|
* Search results link open in the same window, which is consistent with search
|
|
|
results from internet search engines
|
|
|
* Fix: Nested lists have different font sizes
|
|
|
+* Fix: Add CSS style rules for literal block in reST
|
|
|
|
|
|
Optimizations
|
|
|
-------------
|
|
|
|
|
|
Following improvements reduce the number of HTTP requests
|
|
|
|
|
|
+* Four CSS style sheets have been merged into to one
|
|
|
+* CSS style sheet is minified to reduce size
|
|
|
* Favicon is disabled by default. Set `USE_FAVICON` to true to enable it
|
|
|
* [Font Awesome](http://fortawesome.github.io/) is included only if `SOCIAL`
|
|
|
tuple is set
|