Browse Source

Remove redundant type attribute

It already defaults to `text/css` if value is absent (in HTML5).
adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
42d5d63867
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/webui/www/private/views/installsearchplugin.html
  2. 2
      src/webui/www/private/views/search.html
  3. 2
      src/webui/www/private/views/searchplugins.html

2
src/webui/www/private/views/installsearchplugin.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#installSearchPluginContainer {
margin: 10px;
}

2
src/webui/www/private/views/search.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#searchPattern {
width: 500px;
line-height: 2em;

2
src/webui/www/private/views/searchplugins.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#searchPluginsContainer {
height: calc(100% - 20px);
margin: 10px;

Loading…
Cancel
Save