Scuttle sharing

This commit is contained in:
FrenchHope
2017-03-19 09:40:31 +01:00
committed by Jeremy Benoist
parent 7d1d961267
commit fb9f100e8f
24 changed files with 61 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -947,6 +947,11 @@ a.add-to-wallabag-link-after::after {
background-image: url("../../_global/img/icons/shaarli.png");
}
/* scuttle */
.icon-image--scuttle {
background-image: url("../../_global/img/icons/scuttle.png");
}
/* ==========================================================================
Icon selected
========================================================================== */
@ -1063,6 +1068,10 @@ blockquote {
content: "*";
}
.scuttle::before {
content: "*";
}
.return {
text-decoration: none;
margin-top: 1em;

View File

@ -160,6 +160,11 @@
background-image: url("../../_global/img/icons/shaarli.png");
}
/* Scuttle */
.icon-image--scuttle {
background-image: url("../../_global/img/icons/scuttle.png");
}
body {
display: flex;
min-height: 100vh;