aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-08-18 14:40:54 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-08-18 14:40:54 +0200
commit79666a3046035a6871cb56927ef6356eb30d7528 (patch)
tree2e495a44cb048d0e24be0054df9faf8c646eacf7 /themes/baggy/css
parent78abff6a5221e9e3d498c06266d408ecd57d04ef (diff)
parent3e87066506bbbc5e0819c4f8bc7ec5b763b76303 (diff)
downloadwallabag-79666a3046035a6871cb56927ef6356eb30d7528.tar.gz
wallabag-79666a3046035a6871cb56927ef6356eb30d7528.tar.zst
wallabag-79666a3046035a6871cb56927ef6356eb30d7528.zip
Merge pull request #784 from wallabag/fix-successful-add-message
fix display of 'Done' message when we add a link from 'save a link' item
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index f8238744..9c50786b 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -630,7 +630,7 @@ a.add-to-wallabag-link-after:after {
630 630
631#add-link-result { 631#add-link-result {
632 font-weight: bold; 632 font-weight: bold;
633 margin-top: 10px; 633 font-size: 0.9em;
634} 634}
635 635
636/* ========================================================================== 636/* ==========================================================================