Fixes #132 (Commit from @bgoldman)
This commit is contained in:
parent
85fdf5b510
commit
5b589baa73
9 changed files with 119 additions and 8 deletions
|
|
@ -36,6 +36,17 @@ h6 {
|
|||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Added in { Personal } */
|
||||
h4 {
|
||||
a.category {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.tag {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
|
|
@ -256,6 +267,15 @@ a {
|
|||
display: inline !important;
|
||||
border: 1px solid $dark !important;
|
||||
}
|
||||
|
||||
/* Added in { Personal } */
|
||||
&#post {
|
||||
div.author img {
|
||||
border: 0px;
|
||||
margin-bottom: 20px;
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue