0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 15:22:45 +00:00

increased left adn right padding on plain table cells for readability

This commit is contained in:
Scott Tolksdorf
2016-01-14 01:30:41 -05:00
parent b5afc93305
commit 44262da5ce

View File

@@ -127,7 +127,7 @@
tbody{ tbody{
tr{ tr{
td{ td{
padding : 0.2em 0em; padding : 0.2em 0.1em;
} }
&:nth-child(odd){ &:nth-child(odd){
background-color : @noteGreen; background-color : @noteGreen;