From d7797ef29a08d3b6e35b8a0bd8ee716db56da55a Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 23 Jan 2010 18:12:01 -0800 Subject: [PATCH] removing the code { } css out of the stylesheet Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/style.css b/style.css index b388353..2509d43 100644 --- a/style.css +++ b/style.css @@ -86,15 +86,6 @@ acronym, abbr { border-bottom: 1px dashed #000; } -code { - padding: 5px; - margin: 10px 0; - display: block; - overflow: scroll; - font-family: 'Courier', monospace; - border: 1px dotted #000; -} - form { margin: 0; }