aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang12-808/+0
2013-03-09Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2-35/+0
2012-12-18gist tag plugin now works with the latest changes GitHub gists and does not ↵Brandon Mathis1-28/+36
fail if you do not specify a filename.
2012-05-19updated to latest version of Sass, fixed deprecation warningsBrandon Mathis1-2/+3
2012-01-08Fix for annoying overflow scroll issues caused by facebook and twitter ↵Brandon Mathis2-0/+3
share/follow widgets.
2011-12-10removed overflow hidden from <article> to prevent clipping on facebook's ↵Brandon Mathis2-2/+1
send dropdown, and fixed bug with styling on twitter status links
2011-10-23Make the background and the footer gradiations customizableMORITA Hajime (omo)2-2/+2
This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front
2011-10-17Adds support for Google+ widget, supports author information in search ↵Frederic Hemberger2-0/+27
results, fixes #203
2011-10-17Removes <nav> for Pagination links, fixes #216Frederic Hemberger1-6/+4
2011-10-16fix typo in scss templateJimmy Tang1-1/+1
2011-10-16Adds prev/next link below post, fixes #218Frederic Hemberger1-1/+3
2011-10-01improved support for solarized light themeBrandon Mathis1-5/+8
2011-09-27fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis1-13/+18
2011-09-21Minor fixesFrederic Hemberger1-2/+2
2011-09-21Fixed misuse of ARIA roles (see ↵Frederic Hemberger3-6/+6
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
2011-09-18Fixes HTML validation issues with code highlightingFrederic Hemberger1-1/+1
2011-08-30Fix broken line height in diff syntax highlightingToby Matejovsky1-1/+1
2011-08-22using @extend for responsive blocks, added shadow-box mixin to utlities for ↵Brandon Mathis2-13/+8
configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes #109
2011-08-18updated blog theme to default to left aligned images. To center images, use ↵Brandon Mathis1-2/+3
classname "center"
2011-08-12Code text works in lists now.Chris Miller1-1/+2
2011-07-26imrpoved support for light colored solarized themeBrandon Mathis1-49/+74
2011-07-25updated syntax highlighting support for perl and objective c in code_block ↵Brandon Mathis1-1/+3
and include_code plugins
2011-07-24improved consistency of video and image block stylingBrandon Mathis1-21/+7
2011-07-23scoped force-wrap to anchor links in articles and sidebarBrandon Mathis2-2/+2
2011-07-23Added a fix for wrapping long lines of text in articles and in the sidebarBrandon Mathis2-0/+2
2011-07-23improved consistency of margins on code blocksBrandon Mathis1-3/+4
2011-07-231. Added image tag pluginBrandon Mathis1-6/+24
2. Removed figure tag plugin 3. Renamed custom_filters to octopress_filters 4. Added styles to support new image tag plugin
2011-07-20made bottom margin for code blocks more consistantBrandon Mathis1-2/+3
2011-07-18Refactored layout styles:Brandon Mathis3-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.
2011-07-17scoped titlebar styling to figcaptions under figures with role="code", added ↵Brandon Mathis1-3/+2
an example for overriding a style in sass/custom/styles.scss
2011-07-16fixed blue hover in header linkBrandon Mathis1-1/+1
2011-07-16Fix deprecated Compass transition argumentsStephen Tudor2-2/+2
2011-07-15removed cleaned out sass commentBrandon Mathis1-1/+0
2011-07-151. Udated category layoutBrandon Mathis5-27/+32
2. Improved scoping and styling for links 3. Sidebar collapse improvements
2011-07-131. Styled pagination for blog indexBrandon Mathis3-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
2011-07-13Updated default link colors, hovers, sidebar link colors, etcBrandon Mathis2-11/+5
2011-07-121. Made default layout more generic.Brandon Mathis5-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.
2011-07-03refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2-8/+8
class for blog posts
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis11-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