mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
Merge pull request #1050 from jgable/fixCssErrors
Fix extra semi-colon in sass
This commit is contained in:
commit
4fa188f949
@ -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…
Reference in New Issue
Block a user