diff --git a/tailbone/static/css/layout.css b/tailbone/static/css/layout.css index cedd4d55..48c607e9 100644 --- a/tailbone/static/css/layout.css +++ b/tailbone/static/css/layout.css @@ -170,16 +170,10 @@ body > #body-wrapper { * Panels ******************************/ -.panel-wrapper { - float: left; - margin-right: 15px; - width: 40%; -} - .panel, .panel-grid { border-left: 1px solid Black; - margin-bottom: 15px; + margin-bottom: 1em; } .panel { diff --git a/tailbone/templates/products/view.mako b/tailbone/templates/products/view.mako index d734bb41..db73208f 100644 --- a/tailbone/templates/products/view.mako +++ b/tailbone/templates/products/view.mako @@ -1,55 +1,52 @@ ## -*- coding: utf-8; -*- <%inherit file="/master/view.mako" /> -<%def name="extra_styles()"> - ${parent.extra_styles()} - - - ############################## ## page body ############################## -
-