Browse Source

Whoops, wrong paths

pjc 5 years ago
parent
commit
9ba6d50840
2 changed files with 8 additions and 8 deletions
  1. 4
    4
      static/styles/kuro/style.css
  2. 4
    4
      static/styles/oppai/style.css

+ 4
- 4
static/styles/kuro/style.css View File

@@ -1,10 +1,10 @@
1 1
 /* Layout (Torrents page) */
2 2
 
3 3
 /* We're going to opt for the category icon method for now, tags_* is also available */
4
-.cats_dna { width: 38px; height: 38px; background: url('images/dna.png') no-repeat center center; }
5
-.cats_rna { width: 38px; height: 38px; background: url('images/rna.png') no-repeat center center; }
6
-.cats_protein { width: 38px; height: 38px; background: url('images/protein.png') no-repeat center center; }
7
-.cats_other { width: 38px; height: 38px; background: url('images/other.png') no-repeat center center; }
4
+.cats_dna { width: 38px; height: 38px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
5
+.cats_rna { width: 38px; height: 38px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
6
+.cats_protein { width: 38px; height: 38px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
7
+.cats_other { width: 38px; height: 38px; background: url('/static/common/caticons/other.png') no-repeat center center; }
8 8
 /* Unused categories
9 9
 .cats_ebooks { width: 28px; height: 28px; background: url('images/ebook.png') no-repeat center center; }
10 10
 .cats_elearningvideos { width: 28px; height: 28px; background: url('images/elearning.png') no-repeat center center; }

+ 4
- 4
static/styles/oppai/style.css View File

@@ -5,10 +5,10 @@
5 5
 }
6 6
 
7 7
 /* We're going to opt for the category icon method for now, tags_* is also available */
8
-.cats_dna { width: 38px; height: 38px; background: url('images/dna.png') no-repeat center center; }
9
-.cats_rna { width: 38px; height: 38px; background: url('images/rna.png') no-repeat center center; }
10
-.cats_protein { width: 38px; height: 38px; background: url('images/protein.png') no-repeat center center; }
11
-.cats_other { width: 38px; height: 38px; background: url('images/other.png') no-repeat center center; }
8
+.cats_dna { width: 38px; height: 38px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
9
+.cats_rna { width: 38px; height: 38px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
10
+.cats_protein { width: 38px; height: 38px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
11
+.cats_other { width: 38px; height: 38px; background: url('/static/common/caticons/other.png') no-repeat center center; }
12 12
 /* Unused categories
13 13
 .cats_ebooks { width: 28px; height: 28px; background: url('images/ebook.png') no-repeat center center; }
14 14
 .cats_elearningvideos { width: 28px; height: 28px; background: url('images/elearning.png') no-repeat center center; }

Loading…
Cancel
Save