aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/screen.scss (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makes font-family names customizable.MORITA Hajime (omo)2011-10-241-0/+1
| | | | | | | | | | | | 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.
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+9
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