aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_sharing.scss
diff options
context:
space:
mode:
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;
+ }
}