From 7afb4870648a31d17a988ba4b46a35db5c2c5353 Mon Sep 17 00:00:00 2001 Message-Id: <7afb4870648a31d17a988ba4b46a35db5c2c5353.1717600329.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 5 Jun 2008 19:07:52 +0100 Subject: [PATCH] remove css cruft for long-gone separate search page Organization: Straylight/Edgeware From: Richard Kettlewell --- templates/disorder.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/templates/disorder.css b/templates/disorder.css index 91394f8..ab1616e 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -219,31 +219,6 @@ img.button { /* searching *****************************************************************/ -span.search_artist { - font-weight: bold /* Artist in bold */ -} - -div.search_album { - margin-left: 1em /* Indent album one step */ -} - -div.search_title { - margin-left: 1em /* Indent title two steps */ -} - -div.search_title p { - margin-top: 0; /* Titles are compressed relative to ... */ - margin-bottom: 0 /* ...artists and albums */ -} - -div.search_title a { - color: black -} - -div.search_title a:active { - color: red -} - div.search { border: 1px solid black; /* Give the search box a border */ padding: 0.2em; -- [mdw]