chiark / gitweb /
Set Debian version to 4.0 too
[disorder] / templates / disorder.css
index 91394f89de7317d74757dd97fc2d368060a7a7d2..483a3e96b36fc50cea1207b1733091eccf1a09f3 100644 (file)
@@ -175,7 +175,7 @@ div.filesdirectories a:active {
 }
 
 /* all files */
-div.filesdirectories p.all {
+div.filesdirectories div.allfiles {
   margin-left: 1em              /* indent play all button only one step */
 }
 
@@ -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;