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