mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-02 11:56:40 +00:00
fix broken css
This commit is contained in:
parent
5204164f94
commit
a418270b4a
4 changed files with 15 additions and 11 deletions
|
@ -221,7 +221,7 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
||||||
echo '<img class="caticon" src="img/haveno.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
echo '<img class="caticon" src="img/haveno.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
||||||
$oldcatname=$data[1];
|
$oldcatname=$data[1];
|
||||||
}else{
|
}else{
|
||||||
echo '<img class="caticon" src="img/logo-large.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
echo '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
||||||
$oldcatname=$data[1];
|
$oldcatname=$data[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
BIN
www/img/simplex.png
Normal file
BIN
www/img/simplex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
www/img/tor.png
Normal file
BIN
www/img/tor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
|
@ -9,6 +9,10 @@
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.caticon{
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
.width-class{
|
.width-class{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue