0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 16:28:41 +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
+1 -1
View File
@@ -127,7 +127,7 @@
tbody{
tr{
td{
padding : 0.2em 0em;
padding : 0.2em 0.1em;
}
&:nth-child(odd){
background-color : @noteGreen;