diff --git a/tailbone/static/css/newgrids.css b/tailbone/static/css/newgrids.css index 2fb1728c..b7a29f43 100644 --- a/tailbone/static/css/newgrids.css +++ b/tailbone/static/css/newgrids.css @@ -94,6 +94,10 @@ * table ******************************/ +.newgrid { + clear: both; +} + .newgrid table { background-color: white; border: 1px solid black; diff --git a/tailbone/templates/products/index.mako b/tailbone/templates/products/index.mako index b4b2c61b..3f7589ae 100644 --- a/tailbone/templates/products/index.mako +++ b/tailbone/templates/products/index.mako @@ -5,17 +5,17 @@ ${parent.head_tags()}