mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 05:42:40 +00:00
syntax change
This commit is contained in:
@@ -250,16 +250,24 @@ body {
|
||||
font-style :italic;
|
||||
line-height :.5cm;
|
||||
|
||||
&::first-line {
|
||||
&:first-child::first-line {
|
||||
font-variant : small-caps;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type : "---";
|
||||
float :right;
|
||||
.attribution {
|
||||
font-style: normal;
|
||||
display: block;
|
||||
text-align: right;
|
||||
|
||||
&:before {
|
||||
content: '---';
|
||||
margin-right: .2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user