aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/base/_theme.scss (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-85/+0
|
* changed sidebar content color so that it does not all change color on hover.Horea Christian2013-11-011-1/+1
|
* Added !default to $img-borderVincent Ollivier2013-05-231-1/+1
|
* Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2013-03-091-1/+0
|
* Removed redeclaration of sidebar-border.Aditya Shevade2011-12-121-1/+1
|
* Added !default to noise-bgTim Gray2011-12-121-1/+1
| | | | | This lets us override the noise.png background image in the custom SCSS files if we choose.
* Added missing default qualifiers to some sass variables.MORITA Hajime2011-11-121-4/+4
|
* Make the background and the footer gradiations customizableMORITA Hajime (omo)2011-10-231-0/+4
| | | | | | | | This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-211-1/+1
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-261-6/+0
|
* Fix deprecated Compass transition argumentsStephen Tudor2011-07-161-1/+1
|
* 1. Udated category layoutBrandon Mathis2011-07-151-1/+5
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* 1. Styled pagination for blog indexBrandon Mathis2011-07-131-2/+2
| | | | | | | | | 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-131-4/+6
|
* refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2011-07-031-2/+8
| | | | class for blog posts
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+76
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