Commit f19c51e36ec30a94c5142117ad3ccfc985106fb3
1 parent
1b41eda7
Exists in
master
and in
29 other branches
ActionItem862: minor style enhancement for the ugly "Up"
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
public/stylesheets/controller_content_viewer.css
@@ -37,3 +37,9 @@ div.event-info div.event-description { | @@ -37,3 +37,9 @@ div.event-info div.event-description { | ||
37 | padding: 5px; | 37 | padding: 5px; |
38 | background: white; | 38 | background: white; |
39 | } | 39 | } |
40 | + | ||
41 | +div#article-parent { | ||
42 | + margin-bottom: 5px; | ||
43 | + text-align: right; | ||
44 | + font-style: italic; | ||
45 | +} |