aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/main.css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
commit9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch)
tree760b565a0c6bc7001b945d4d79fb5ffb84948550 /app/Resources/static/themes/baggy/css/main.css
parentf440e282819a1e92e3200cf2e588fc9a0c1278ac (diff)
downloadwallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
Diffstat (limited to 'app/Resources/static/themes/baggy/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 522c4833..99ea6c6b 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -907,7 +907,8 @@ a.add-to-wallabag-link-after::after {
907 907
908.icon-image { 908.icon-image {
909 background-size: 16px 16px; 909 background-size: 16px 16px;
910 background: no-repeat center; 910 background-repeat: no-repeat;
911 background-position: center;
911 padding-right: 1em !important; 912 padding-right: 1em !important;
912 padding-left: 1em !important; 913 padding-left: 1em !important;
913} 914}