aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improved the default options and instructions on custom/_colors.scssBrandon Mathis2011-07-261-1/+26
|
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-261-9/+2
|
* Refactored layout styles:Brandon Mathis2011-07-182-5/+1
| | | | | | | | 1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css.
* scoped titlebar styling to figcaptions under figures with role="code", added ↵Brandon Mathis2011-07-171-0/+5
| | | | an example for overriding a style in sass/custom/styles.scss
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-293-0/+38
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use