1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Fix for table cell alignment

Remove extraneous CSS rule
This commit is contained in:
Jeremy Ruston 2013-05-07 11:10:58 +01:00
parent c3b8a01222
commit 016ef775f7

View File

@ -83,7 +83,6 @@ table {
}
table th, table td {
text-align: left;
padding: 0 0.5em 0 0.5em;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;