summaryrefslogtreecommitdiff
path: root/design/sass/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_footer.scss')
-rw-r--r--design/sass/_footer.scss18
1 files changed, 16 insertions, 2 deletions
diff --git a/design/sass/_footer.scss b/design/sass/_footer.scss
index 84def82..27ccd20 100644
--- a/design/sass/_footer.scss
+++ b/design/sass/_footer.scss
@@ -19,17 +19,31 @@ footer[role="contentinfo"] {
}
li {
display: inline;
- margin: 0 .125em;
+ margin: 0 .25em;
+ &:after {
+ content: "\00b7";
+ color: #999999;
+ padding-left: 0.75em;
+ }
a {
color: $brown;
text-decoration: none;
}
}
+ li:last-of-type {
+ margin-right: 0;
+ &:after {
+ content: " ";
+ }
+ }
p {
@include fontsize(10);
+ text-align: center;
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
}
}
-.dark footer[role="contentinfo"] {
+.black footer[role="contentinfo"], .dark footer[role="contentinfo"] {
&:before {
@include light_faded_line_after;
}