From 432dd1060e6d3d1208e35889767e6b40a4421e6c Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 21 Apr 2008 18:04:13 -0400 Subject: [PATCH] Remove irrelevant CSS. svn path=/trunk/packages/sipb-xen-www/; revision=435 --- code/static/layout.css | 13 ------------- code/static/style.css | 4 ---- 2 files changed, 17 deletions(-) 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; -} diff --git a/code/static/style.css b/code/static/style.css index 91ca503..35bc5df 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -11,10 +11,6 @@ html { body { font-family: Tahoma, Sans, sans-serif; } -h1, h2, h3, h4, h5, h6 { - font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif; - font-weight: bold; -} pre, code, samp, kbd, tt { font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace; font-size: 100%; -- 1.7.9.5