Browse Source

[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>
Markus Heiser 4 years ago
parent
commit
7f2dc530b2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      searx/static/themes/simple/less/stats.less

+ 0 - 8
searx/static/themes/simple/less/stats.less

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