mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 08:42:42 +00:00
minor style changes
This commit is contained in:
@@ -97,7 +97,11 @@ body {
|
||||
table {
|
||||
padding : 10px;
|
||||
|
||||
tr:nth-child(even) { background : #DDDDDD; }
|
||||
tr {
|
||||
border-bottom:1px solid;
|
||||
&:last-of-type { border:none; }
|
||||
&:nth-child(even) { background : #DDDDDD; }
|
||||
}
|
||||
|
||||
thead {
|
||||
background : rgb(193,236,230);
|
||||
|
||||
Reference in New Issue
Block a user