diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-13 20:57:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-13 20:57:22 +0100 |
commit | 181d16fe22ce67412a6766bcb9fa85b18f56bef8 (patch) | |
tree | adcf17eb6b9b3b64cb5948e137761096bf2882ae /themes/baggy/css | |
parent | 6775da70a845a7fa8364dd3bc1a8e7702e9789bf (diff) | |
parent | 3ee27ee6ba8d44182ddeac7b54d75cc54affeec7 (diff) | |
download | wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.tar.gz wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.tar.zst wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.zip |
Merge pull request #557 from mariroz/feature-add-link-inside-article-issue-505
saving link form now sends ajax request, article view is now justified (issue #554)
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-x | themes/baggy/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index ba4b7c7f..61e0b47e 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -607,6 +607,11 @@ a#bagit-form-close:hover { | |||
607 | padding: 0 3px 2px 3px; | 607 | padding: 0 3px 2px 3px; |
608 | } | 608 | } |
609 | 609 | ||
610 | #add-link-result { | ||
611 | font-weight: bold; | ||
612 | margin-top: 10px; | ||
613 | } | ||
614 | |||
610 | /* ========================================================================== | 615 | /* ========================================================================== |
611 | 3 = Pictos | 616 | 3 = Pictos |
612 | ========================================================================== */ | 617 | ========================================================================== */ |
@@ -741,6 +746,7 @@ a#bagit-form-close:hover { | |||
741 | #article { | 746 | #article { |
742 | width: 70%; | 747 | width: 70%; |
743 | margin-bottom: 3em; | 748 | margin-bottom: 3em; |
749 | text-align: justify; | ||
744 | } | 750 | } |
745 | 751 | ||
746 | #article .tags { | 752 | #article .tags { |