mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fix extra semi-colon in sass
Related to #1033 but needs TryGhost/Casper#32 to close - Remove extra semi-colon
This commit is contained in:
parent
bb3b153d1c
commit
c153a3ca01
1 changed files with 1 additions and 2 deletions
|
@ -216,7 +216,7 @@ blockquote {
|
||||||
|
|
||||||
small {
|
small {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0.8em 0 0.8em 1.5em;;
|
margin: 0.8em 0 0.8em 1.5em;
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
color: $brown;
|
color: $brown;
|
||||||
|
|
||||||
|
@ -347,7 +347,6 @@ table {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// General Navigation
|
// General Navigation
|
||||||
|
|
Loading…
Add table
Reference in a new issue