summaryrefslogtreecommitdiff
path: root/design/sass/_footer.scss
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-15 21:57:12 -0600
committerluxagraf <sng@luxagraf.net>2019-03-15 21:57:12 -0600
commit1274988c5fed1d8f23b244fba7408d6883d138cf (patch)
tree5c7eb0bc10553e8747cb3306fb39e54e2f00773d /design/sass/_footer.scss
parent7e6dcc8c6c1034496eb93ca8730a4febc105e80a (diff)
added related items complete with template and styles
Diffstat (limited to 'design/sass/_footer.scss')
-rw-r--r--design/sass/_footer.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/design/sass/_footer.scss b/design/sass/_footer.scss
index ed1635c..08c9942 100644
--- a/design/sass/_footer.scss
+++ b/design/sass/_footer.scss
@@ -9,7 +9,9 @@ footer {
margin-bottom: 1.2em;
}
}
- ul {
+ .footer-nav {
+ list-style-type: none !important;
+ margin-left: 0 !important;
border-top: 1px $brown dotted;
border-bottom: 1px $brown dotted;
padding: .5rem 0;
@@ -73,3 +75,9 @@ footer {
text-decoration: none;
width: 70px;
}
+#license {
+ @include fancy_sans;
+ @include fontsize(12);
+ text-transform: none;
+ letter-spacing: normal;
+}