From 3268e7f7a23cca75b9adcc33f8fb95babf3c0004 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 4 Oct 2004 08:50:02 +0000 Subject: [PATCH] Not used. git-svn-id: https://develop.svn.wordpress.org/trunk@1738 602fd350-edb4-49c9-b593-d223f7449a82 --- print.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 print.css diff --git a/print.css b/print.css deleted file mode 100644 index 64e53f5bf5..0000000000 --- a/print.css +++ /dev/null @@ -1,35 +0,0 @@ -/* This is the stylesheet modern browser will use to print your pages. */ - -a { - color: #000; -} - -body { - font-family: serif; - font-size: 12pt; -} - -#content { - margin: 0px; - padding: 0px; - width: auto; -} - -#header, h3, h4, .storytitle { - border: none; - font-weight: bold; - margin: 0px; - padding: 0px; - width: auto; -} - -#main { - float: none; - margin: 0px 10%; - padding: 0px; - width: auto; -} - -#menu { - display: none; -}