From 99993cb1d14911e101aeb68a696a7520c956f0ee Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 6 Dec 2006 09:55:50 +0000 Subject: [PATCH] Remove special box around title matches, as per: http://www.useit.com/alertbox/20050509.html --- html/_css/search.css | 12 +----------- templates/search.html | 14 ++++++-------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/html/_css/search.css b/html/_css/search.css index 657090a..b4060c8 100644 --- a/html/_css/search.css +++ b/html/_css/search.css @@ -1,14 +1,4 @@ -/* $Id: search.css,v 1.2 2004/11/02 22:26:36 rich Exp $ */ - -div#titles { - border: 1px solid #ccc; - width: 80%; - margin-left: 10%; -} - -ul#titles { - list-style: none; -} +/* $Id: search.css,v 1.3 2006/12/06 09:55:50 rich Exp $ */ ul#contents { list-style: none; diff --git a/templates/search.html b/templates/search.html index 6427027..6b87a32 100644 --- a/templates/search.html +++ b/templates/search.html @@ -35,21 +35,18 @@ ::if(have_results):: + + ::else:: ::if(have_query):: -- 1.8.3.1