aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_syntax.scss (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-261/+0
|
* gist tag plugin now works with the latest changes GitHub gists and does not ↵Brandon Mathis2012-12-181-28/+36
| | | | fail if you do not specify a filename.
* improved support for solarized light themeBrandon Mathis2011-10-011-5/+8
|
* fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis2011-09-271-13/+18
|
* Fixes HTML validation issues with code highlightingFrederic Hemberger2011-09-181-1/+1
|
* Fix broken line height in diff syntax highlightingToby Matejovsky2011-08-301-1/+1
|
* Code text works in lists now.Chris Miller2011-08-121-1/+2
|
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-261-49/+74
|
* updated syntax highlighting support for perl and objective c in code_block ↵Brandon Mathis2011-07-251-1/+3
| | | | and include_code plugins
* improved consistency of margins on code blocksBrandon Mathis2011-07-231-3/+4
|
* made bottom margin for code blocks more consistantBrandon Mathis2011-07-201-2/+3
|
* Refactored layout styles:Brandon Mathis2011-07-181-0/+3
| | | | | | | | 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-3/+2
| | | | an example for overriding a style in sass/custom/styles.scss
* removed cleaned out sass commentBrandon Mathis2011-07-151-1/+0
|
* 1. Udated category layoutBrandon Mathis2011-07-151-0/+6
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* 1. Made default layout more generic.Brandon Mathis2011-07-121-3/+3
| | | | | | | | 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.
* refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2011-07-031-7/+7
| | | | class for blog posts
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+208
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