aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-13 18:37:08 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-13 18:37:08 +0200
commit3ee27ee6ba8d44182ddeac7b54d75cc54affeec7 (patch)
treeadcf17eb6b9b3b64cb5948e137761096bf2882ae /themes/baggy/css
parent6775da70a845a7fa8364dd3bc1a8e7702e9789bf (diff)
downloadwallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.tar.gz
wallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.tar.zst
wallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.zip
saving link form now sends ajax request, article view is now justified
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css6
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 {