aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials/_pinboard.scss
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/sass/partials/_pinboard.scss')
-rw-r--r--themes/classic/sass/partials/_pinboard.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/classic/sass/partials/_pinboard.scss b/themes/classic/sass/partials/_pinboard.scss
new file mode 100644
index 00000000..9f9ab461
--- /dev/null
+++ b/themes/classic/sass/partials/_pinboard.scss
@@ -0,0 +1,12 @@
+#pinboard_linkroll {
+ .pin-title, .pin-description {
+ display: block;
+ margin-bottom: .5em;
+ }
+ .pin-tag {
+ @include hover-link;
+ @extend .aside-alt-link;
+ &:after { content: ','; }
+ &:last-child:after { content: ''; }
+ }
+}