aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added !default to $img-borderVincent Ollivier2013-05-231-1/+1
|
* Footnotes styling updatesBrandon Mathis2013-05-071-3/+4
|
* Added sass-globbing, allowing plugin stylesheets to be auto-imported from ↵Brandon Mathis2013-03-112-0/+7
| | | | the assets/stylesheets/plugins directory
* Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2013-03-094-38/+3
|
* Merge pull request #448 from NSError/list-fixParker Moore2013-03-051-0/+1
|\ | | | | Fix for bottom margin in nested lists.
| * Fix for bottom margin in nested lists.Chris Miller2012-02-241-0/+1
| |
* | 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.
* | updated to latest version of Sass, fixed deprecation warningsBrandon Mathis2012-05-192-6/+7
|/
* Fix for annoying overflow scroll issues caused by facebook and twitter ↵Brandon Mathis2012-01-083-1/+8
| | | | share/follow widgets.
* 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.
* removed overflow hidden from <article> to prevent clipping on facebook's ↵Brandon Mathis2011-12-102-2/+1
| | | | send dropdown, and fixed bug with styling on twitter status links
* Merge pull request #271 from simensen/ConfigureFontFamilyForSubtitleFrederic Hemberger2011-12-102-0/+5
|\ | | | | Make font-family for subtitle configurable.
| * Provide a way to configure font family for subtitle.Beau Simensen2011-11-132-0/+5
| |
* | Merge pull request #270 from omo/missing-default-variablesFrederic Hemberger2011-12-101-4/+4
|\ \ | | | | | | Add missing default qualifiers to some sass variables.
| * | Added missing default qualifiers to some sass variables.MORITA Hajime2011-11-121-4/+4
| | |
* | | nested lists should not have a margin-bottomNikolay Sturm2011-12-021-4/+4
| | |
* | | Remove !default from property valuesFrederic Hemberger2011-11-181-3/+3
| | |
* | | Add header font size and padding to custom layoutFrederic Hemberger2011-11-181-0/+4
| | |
* | | Add missing $header-padding-top, $header-padding-bottom.Frederic Hemberger2011-11-181-0/+2
| | |
* | | Make header font size customizable.Jake McCrary2011-11-171-6/+8
|/ / | | | | | | Change $header-font-size variable to specify size.
* | Fix custom colors -bg-back, closes #269Frederic Hemberger2011-11-111-1/+1
|/
* Makes font-family names customizable.MORITA Hajime (omo)2011-10-243-4/+19
| | | | | | | | | | | | This chagne instroduces following variables that allows authors to customize a font family for each class. - $serif - $sans - $heading-font-family - $header-title-font-family This change also adds anotehr custom scss file named "_fonts.scss". We can use it to override these newly introduced variables.
* Make the background and the footer gradiations customizableMORITA Hajime (omo)2011-10-234-2/+11
| | | | | | | | This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front
* Adds support for Google+ widget, supports author information in search ↵Frederic Hemberger2011-10-172-0/+27
| | | | results, fixes #203
* Removes <nav> for Pagination links, fixes #216Frederic Hemberger2011-10-172-7/+22
|
* fix typo in scss templateJimmy Tang2011-10-161-1/+1
|
* Fixes solarized colors, fixes #219Frederic Hemberger2011-10-161-2/+2
|
* Adds prev/next link below post, fixes #218Frederic Hemberger2011-10-161-1/+3
|
* Adds parameter for left aligned pullquotes, fixes #215Frederic Hemberger2011-10-161-3/+2
|
* Reverted previous commit.B Strand2011-10-131-7/+3
|
* Separated citation style from the general blockquote style. The general ↵B Strand2011-10-121-3/+7
| | | | blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.
* Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and ↵B Strand2011-10-121-2/+2
| | | | pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
* Edited .themes/classic/sass/base/_typography.scss via GitHubstrand2011-10-111-1/+10
|
* improved support for solarized light themeBrandon Mathis2011-10-013-18/+33
|
* Fixes flow for sidebar three column modeFrederic Hemberger2011-09-301-1/+4
|
* fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis2011-09-271-13/+18
|
* Minor fixesFrederic Hemberger2011-09-211-2/+2
|
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-215-13/+13
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* 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
|
* removed right border from #content when sidebar has been removedBrandon Mathis2011-08-281-1/+1
|
* using @extend for responsive blocks, added shadow-box mixin to utlities for ↵Brandon Mathis2011-08-224-13/+24
| | | | configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes #109
* Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589Brandon Mathis2011-08-211-1/+1
|\ | | | | minor tweak to _typography.scss to have pp, code, and tt extend style that exists
| * fixed @extend for pp, code, and tt. The @extend was extending a non-existant ↵Jake McCrary2011-08-061-1/+1
| | | | | | | | entry.
* | updated blog theme to default to left aligned images. To center images, use ↵Brandon Mathis2011-08-181-2/+3
| | | | | | | | classname "center"
* | Code text works in lists now.Chris Miller2011-08-121-1/+2
|/
* changed mdash to unicode character to help some users with encoding errorsBrandon Mathis2011-08-021-1/+1
|
* improved the default options and instructions on custom/_colors.scssBrandon Mathis2011-07-261-1/+26
|
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-264-80/+108
|