1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-15 22:00:12 +02:00

[fix] simple theme - remove no longer used stats.less file

File searx/static/themes/simple/less/stats.less is not used (imported) in any
other less file.  I can't say when it's usage was dropped or if it has ever been
used.  ATM this file is without any usage.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-04-28 15:42:08 +02:00
parent 54d57c8296
commit 7f2dc530b2

View File

@ -1,8 +0,0 @@
.percentage {
position: relative;
width: 300px;
div {
background: @color-percentage-div-background;
}
}