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/partials/_sidebar.scss | 1 - .../classic/sass/partials/sidebar/_twitter.scss | 34 ---------------------- 2 files changed, 35 deletions(-) delete mode 100644 .themes/classic/sass/partials/sidebar/_twitter.scss (limited to '.themes/classic/sass/partials') diff --git a/.themes/classic/sass/partials/_sidebar.scss b/.themes/classic/sass/partials/_sidebar.scss index eec540ba..cd8c1ca2 100644 --- a/.themes/classic/sass/partials/_sidebar.scss +++ b/.themes/classic/sass/partials/_sidebar.scss @@ -1,5 +1,4 @@ @import "sidebar/base"; -@import "sidebar/twitter"; @import "sidebar/googleplus"; @import "sidebar/pinboard"; @import "sidebar/delicious"; diff --git a/.themes/classic/sass/partials/sidebar/_twitter.scss b/.themes/classic/sass/partials/sidebar/_twitter.scss deleted file mode 100644 index dfd49b55..00000000 --- a/.themes/classic/sass/partials/sidebar/_twitter.scss +++ /dev/null @@ -1,34 +0,0 @@ -#tweets { - .loading { - background: inline-image('bird_32_gray.png') no-repeat center .5em; - color: darken($sidebar-bg, 18); - text-shadow: $main-bg 0 1px; - text-align: center; - padding: 2.5em 0 .5em; - &.error { - background: inline-image('bird_32_gray_fail.png') no-repeat center .5em; - } - } - p { - position: relative; - padding-right: 1em; - } - a[href*=status]:first-child { - color: $twitter-status-link; - float: right; - padding: 0 0 .1em 1em; - position: relative; right: -1.3em; - text-shadow: #fff 0 1px; - font-size: .7em; - span { font-size: 1.5em; } - text-decoration: none; - &:hover { - color: $sidebar-link-color-subdued-hover; - text-decoration: none; - } - } - a[href*='twitter.com/search']{ - @extend .aside-alt-link; - @include hover-link; - } -} -- cgit v1.2.1