chiark / gitweb /
remove css cruft for long-gone separate search page
authorRichard Kettlewell <rjk@greenend.org.uk>
Thu, 5 Jun 2008 18:07:52 +0000 (19:07 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Thu, 5 Jun 2008 18:07:52 +0000 (19:07 +0100)
templates/disorder.css

index 91394f89de7317d74757dd97fc2d368060a7a7d2..ab1616e405b82c1356b833e14161fef9e7a06286 100644 (file)
@@ -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;