aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-27 15:43:44 +0000
committerLouise Crow <louise.crow@gmail.com>2015-03-02 16:26:52 +0000
commit5d4e347339fafe95ce04b475f8bd3b1605f6d87b (patch)
tree8874762fabb6f833bf64201168f1b5e075f6b3c4
parent5e0128c8f2988463f9b337cd592d783752f31504 (diff)
Add some side margin to the notes content
Don't want it right by the border of stepwise_make_request.
-rw-r--r--app/assets/stylesheets/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index d92b9b4e3..614a1580f 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -1815,11 +1815,16 @@ text-decoration:none;
margin-bottom: 1em;
}
+
.authority__header__subtitle {
font-size: 1.2em;
color: #666;
}
+.authority__header__notes {
+ margin: 1em;
+}
+
.authority__body {
overflow: hidden;
}