diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-14 15:23:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 15:23:20 -0500 |
commit | af16643f3588d27b65bac591fdb21e2180723675 (patch) | |
tree | 7fc0548b29299a0c74a31fc9a154a8f00ee5bd68 /ext/bg/search.html | |
parent | 50a1fbfb9fd4b289902928dc90bc95a2f700cc55 (diff) |
Display styles update (#1030)
* Make section comments into single line comments
* Update :before/:after to be ::before/::after
* Organize and compact CSS
* Remove obsolete style
* Add padding var
* Use calc and var for layout units and common values
* Update search page styles
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 55dc61e0..a9140f40 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -11,8 +11,8 @@ <link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> - <link rel="stylesheet" type="text/css" href="/mixed/css/search.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/display.css"> + <link rel="stylesheet" type="text/css" href="/mixed/css/search.css"> </head> <body> |