mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update recipe.css
This commit is contained in:
parent
8c1459a8e7
commit
475ffc9562
1 changed files with 5 additions and 4 deletions
|
|
@ -300,12 +300,9 @@ text-decoration: rgba(0,0,0,0.75) solid 0.5px line-through; /* Ignored in CSS1/C
|
|||
opacity: 1;
|
||||
border:
|
||||
none;
|
||||
margin: 1em 0 0.25em 0 ;
|
||||
margin: 1em 0 0.2em 0 ;
|
||||
}
|
||||
|
||||
.instructions hr:first-child {
|
||||
display:none;
|
||||
}
|
||||
hr {
|
||||
/* width: 100px;
|
||||
float: left;
|
||||
|
|
@ -393,6 +390,10 @@ a.action .icon {
|
|||
.ingredients .yield {
|
||||
margin-left:3em;
|
||||
}
|
||||
|
||||
.instructions hr:first-child {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
.metadata .icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue