all repos — homestead @ 8b74b893b0e2197c6101015e4db42513df4982d7

Code for my website

Remove table styling

Alan Pearce
commit

8b74b893b0e2197c6101015e4db42513df4982d7

parent

aef2d92a7813bc75607f173434715af5c5a33489

1 file changed, 0 insertions(+), 5 deletions(-)

changed files
M themes/xmin/static/css/style.cssthemes/xmin/static/css/style.css
@@ -51,11 +51,6 @@ border-left: 5px solid #ccc;
padding: 3px 1em 3px; } -table { - border-bottom: 1px solid #666; - border-top: 1px solid #666; - margin: auto; -} table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } thead, tfoot, tr:nth-child(even) { background: #eee; }