mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Merge pull request #1050 from jgable/fixCssErrors
Fix extra semi-colon in sass
This commit is contained in:
commit
18f78875ed
@ -216,7 +216,7 @@ blockquote {
|
||||
|
||||
small {
|
||||
display: inline-block;
|
||||
margin: 0.8em 0 0.8em 1.5em;;
|
||||
margin: 0.8em 0 0.8em 1.5em;
|
||||
font-size:0.9em;
|
||||
color: $brown;
|
||||
|
||||
@ -347,7 +347,6 @@ table {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// General Navigation
|
||||
|
Loading…
Reference in New Issue
Block a user