aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored layout styles:Brandon Mathis2011-07-188-108/+135
| | | | | | | | 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-172-3/+7
| | | | an example for overriding a style in sass/custom/styles.scss
* fixed blue hover in header linkBrandon Mathis2011-07-161-1/+1
|
* Fix deprecated Compass transition argumentsStephen Tudor2011-07-163-3/+3
|
* removed cleaned out sass commentBrandon Mathis2011-07-151-1/+0
|
* 1. Udated category layoutBrandon Mathis2011-07-157-50/+75
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* 1. Styled pagination for blog indexBrandon Mathis2011-07-135-23/+39
| | | | | | | | | 2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
* Updated default link colors, hovers, sidebar link colors, etcBrandon Mathis2011-07-133-15/+11
|
* fixed sidebar columnizationBrandon Mathis2011-07-131-6/+9
|
* 1. Made default layout more generic.Brandon Mathis2011-07-127-66/+101
| | | | | | | | 2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
* Updated responsive typography sizingBrandon Mathis2011-07-031-1/+1
|
* refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2011-07-034-10/+18
| | | | class for blog posts
* improved responsive typography stylesBrandon Mathis2011-07-031-8/+10
|
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-2922-0/+1130
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