X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/92b752596b70b8f01c935dd9b0d8be63070261c2..432dd1060e6d3d1208e35889767e6b40a4421e6c:/code/static/layout.css diff --git a/code/static/layout.css b/code/static/layout.css index 459cc9f..1694de7 100644 --- a/code/static/layout.css +++ b/code/static/layout.css @@ -24,16 +24,3 @@ body { border-radius: .4em; background: #fff; } - -/* Limit the width for readability. */ -body { - max-width: 60em; -} - -/* Increase line heights for better screen readability. */ -p, li, dt, dd, address { - line-height: 1.5em; -} -pre { - line-height: 1.25em; -}