Remove irrelevant CSS.
[invirt/packages/invirt-web.git] / code / static / layout.css
index 459cc9f..1694de7 100644 (file)
@@ -24,16 +24,3 @@ body {
     border-radius: .4em;
     background: #fff;
 }
-
-/* Limit the <body /> 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;
-}