Displaying readouts is working
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
table.list tr.quantity.primary td.name {font-weight: bold;}
|
||||
table.nutrients.list td.name,
|
||||
table.nutrients.list td.quantity {text-align: left; border-bottom: none;}
|
||||
table.nutrients.list td.space {border-top: none; border-bottom: none;}
|
||||
table.nutrients.list td.value {border-top: none;}
|
||||
table.nutrients.list td.quantity,
|
||||
table.readouts.list td.date,
|
||||
table.readouts.list td.quantity {text-align: left; border-bottom: none;}
|
||||
table.nutrients.list td.space,
|
||||
table.readouts.list td.space {border-top: none; border-bottom: none;}
|
||||
table.nutrients.list td.value,
|
||||
table.readouts.list td.value {border-top: none;}
|
||||
table.list tr.ingredient.hidden {opacity: 0.4}
|
||||
table.list td.action,
|
||||
table.list td.date,
|
||||
|
||||
Reference in New Issue
Block a user