Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved support for solarized light theme | Brandon Mathis | 2011-10-01 | 1 | -5/+8 |
| | |||||
* | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 2011-09-27 | 1 | -13/+18 |
| | |||||
* | Minor fixes | Frederic Hemberger | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | Fixed misuse of ARIA roles (see ↵ | Frederic Hemberger | 2011-09-21 | 3 | -6/+6 |
| | | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/) | ||||
* | Fixes HTML validation issues with code highlighting | Frederic Hemberger | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Fix broken line height in diff syntax highlighting | Toby Matejovsky | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | using @extend for responsive blocks, added shadow-box mixin to utlities for ↵ | Brandon Mathis | 2011-08-22 | 2 | -13/+8 |
| | | | | configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes #109 | ||||
* | updated blog theme to default to left aligned images. To center images, use ↵ | Brandon Mathis | 2011-08-18 | 1 | -2/+3 |
| | | | | classname "center" | ||||
* | Code text works in lists now. | Chris Miller | 2011-08-12 | 1 | -1/+2 |
| | |||||
* | imrpoved support for light colored solarized theme | Brandon Mathis | 2011-07-26 | 1 | -49/+74 |
| | |||||
* | updated syntax highlighting support for perl and objective c in code_block ↵ | Brandon Mathis | 2011-07-25 | 1 | -1/+3 |
| | | | | and include_code plugins | ||||
* | improved consistency of video and image block styling | Brandon Mathis | 2011-07-24 | 1 | -21/+7 |
| | |||||
* | scoped force-wrap to anchor links in articles and sidebar | Brandon Mathis | 2011-07-23 | 2 | -2/+2 |
| | |||||
* | Added a fix for wrapping long lines of text in articles and in the sidebar | Brandon Mathis | 2011-07-23 | 2 | -0/+2 |
| | |||||
* | improved consistency of margins on code blocks | Brandon Mathis | 2011-07-23 | 1 | -3/+4 |
| | |||||
* | 1. Added image tag plugin | Brandon Mathis | 2011-07-23 | 1 | -6/+24 |
| | | | | | | 2. Removed figure tag plugin 3. Renamed custom_filters to octopress_filters 4. Added styles to support new image tag plugin | ||||
* | made bottom margin for code blocks more consistant | Brandon Mathis | 2011-07-20 | 1 | -2/+3 |
| | |||||
* | Refactored layout styles: | Brandon Mathis | 2011-07-18 | 3 | -7/+58 |
| | | | | | | | | 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 Mathis | 2011-07-17 | 1 | -3/+2 |
| | | | | an example for overriding a style in sass/custom/styles.scss | ||||
* | fixed blue hover in header link | Brandon Mathis | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | Fix deprecated Compass transition arguments | Stephen Tudor | 2011-07-16 | 2 | -2/+2 |
| | |||||
* | removed cleaned out sass comment | Brandon Mathis | 2011-07-15 | 1 | -1/+0 |
| | |||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 5 | -27/+32 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | 1. Styled pagination for blog index | Brandon Mathis | 2011-07-13 | 3 | -15/+36 |
| | | | | | | | | | 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, etc | Brandon Mathis | 2011-07-13 | 2 | -11/+5 |
| | |||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 5 | -23/+25 |
| | | | | | | | | 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 Mathis | 2011-07-03 | 2 | -8/+8 |
| | | | | class for blog posts | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 11 | -0/+694 |
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 |