mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 08:22:42 +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);
|
||||||
@@ -109,7 +113,7 @@ body {
|
|||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
border-right : 1px solid;
|
border-right : 1px solid;
|
||||||
|
|
||||||
&:last-child { border-right : none; }
|
&:last-child { border-right : none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user