Remove redundant type attribute

It already defaults to `text/css` if value is absent (in HTML5).
This commit is contained in:
Chocobo1 2020-04-03 00:04:35 +08:00
parent e0c841d1e6
commit 42d5d63867
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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