Add optional location to author sidebar

This commit is contained in:
Michael Rose
2016-04-10 12:16:10 -04:00
parent 4711a23161
commit e5d5685ad5
4 changed files with 10 additions and 3 deletions

View File

@ -204,6 +204,10 @@
}
}
li {
white-space: nowrap;
}
a {
display: block;
margin-bottom: 5px;
@ -213,7 +217,6 @@
color: inherit;
font-size: $type-size-5;
text-decoration: none;
white-space: nowrap;
&:hover {
text-decoration: underline;

File diff suppressed because one or more lines are too long