From 7f8f8271e49a2834a87012ea838099c8b46cf63f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Mar 2015 00:22:11 +0100 Subject: redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring --- themes/baggy/css/main.css | 8 ++++---- themes/baggy/view.twig | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/baggy') diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 91c1ab9f..e3d98586 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -775,6 +775,10 @@ a.add-to-wallabag-link-after:after { background-image: url('../../_global/img/icons/carrot-icon--white.png'); } +.icon-image--shaarli { + background-image: url('../../_global/img/icons/shaarli.png'); +} + /* Diaspora */ .icon-image--diaspora { background-image: url('../../_global/img/icons/diaspora-icon--black.png'); @@ -906,10 +910,6 @@ blockquote { background-color: #999; } -.shaarli:before { - content: "*"; -} - .return { text-decoration: none; margin-top: 1em; diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index a57d1771..ebc30b69 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -17,7 +17,7 @@
  • {% trans "Delete" %}
  • {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} - {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} + {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('SHARE_EVERNOTE') == 1 %}
  • {% trans "evernote" %}
  • {% endif %} {% if constant('SHARE_DIASPORA') == 1 %}
  • {% trans "diaspora" %}
  • {% endif %} {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %} ({{ flattr.numFlattrs }})
  • {% endif %}{% endif %} -- cgit v1.2.3