From 98013543d9bb0c51e05236498bf4fbc92af678e1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 9 Mar 2013 17:14:33 -0600 Subject: Removed Twitter and Ender.js. Added jQuery and updated Modernizr --- .themes/classic/sass/base/_theme.scss | 1 - .themes/classic/sass/base/_typography.scss | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.themes/classic/sass/base') diff --git a/.themes/classic/sass/base/_theme.scss b/.themes/classic/sass/base/_theme.scss index 9a50a8b4..1a43a03d 100644 --- a/.themes/classic/sass/base/_theme.scss +++ b/.themes/classic/sass/base/_theme.scss @@ -44,7 +44,6 @@ $sidebar-border: desaturate(darken($sidebar-bg, 7), 10) !default; $sidebar-border-hover: darken($sidebar-bg, 7) !default; $sidebar-link-color-subdued: lighten($sidebar-color, 20) !default; $sidebar-link-color-subdued-hover: $sidebar-link-color-hover !default; -$twitter-status-link: lighten($sidebar-link-color-subdued, 15) !default; $footer-color: #888 !default; $footer-bg: #ccc !default; diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index e9b6b19a..85256f0b 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -62,7 +62,8 @@ h5, section h4, section section h3 { h6, section h5, section section h4, section section section h3 { font-size: .8em; } -p, blockquote, ul, ol { margin-bottom: 1.5em; } + +p, article blockquote, ul, ol { margin-bottom: 1.5em; } ul { list-style-type: disc; ul { list-style-type: circle; margin-bottom: 0px; @@ -106,7 +107,7 @@ small { font-size: .8em; } big { font-size: 1.2em; } -blockquote { +article blockquote { $bq-margin: 1.2em; font-style: italic; position: relative; -- cgit v1.2.1