Change tables to be left aligned

This commit is contained in:
Jose Diaz-Gonzalez
2014-11-17 17:11:00 -05:00
parent 5caf2ab6e3
commit ac84ef68cc

View File

@@ -55,7 +55,7 @@
padding-left: 20px;
}
tr, td {
text-align: center;
text-align: left;
}
#gistbody h1:first-child {
border-bottom: 1px solid #dadada;