aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_sharing.scss
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-13 22:23:19 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-13 22:23:19 -0400
commit87f300b2bcf166474e5f7824fb3126a7992613ba (patch)
tree15ab7545844898a2095ba9cbff73d904d7a59c2c /.themes/classic/sass/partials/_sharing.scss
parentb0921c1e2707e561d71c4debd3b54466fa3f3b4a (diff)
downloadmy_new_personal_website-87f300b2bcf166474e5f7824fb3126a7992613ba.tar.xz
my_new_personal_website-87f300b2bcf166474e5f7824fb3126a7992613ba.zip
1. Styled pagination for blog index
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
Diffstat (limited to '.themes/classic/sass/partials/_sharing.scss')
-rw-r--r--.themes/classic/sass/partials/_sharing.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/.themes/classic/sass/partials/_sharing.scss b/.themes/classic/sass/partials/_sharing.scss
index 58a4c30b..1fa97750 100644
--- a/.themes/classic/sass/partials/_sharing.scss
+++ b/.themes/classic/sass/partials/_sharing.scss
@@ -1,7 +1,6 @@
-footer .sharing {
- display: inline-block;
- position: relative;
- top: .3em;
- padding-left: .5em;
- &:first-child { padding-left: 0; }
+.sharing {
+ p.meta + & {
+ padding: { top: 1em; left: 0; }
+ background: $img-border top left repeat-x;
+ }
}