diff options
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 { |