mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
Remove redundant type attribute
It already defaults to `text/css` if value is absent (in HTML5).
This commit is contained in:
parent
e0c841d1e6
commit
42d5d63867
@ -1,4 +1,4 @@
|
|||||||
<style type="text/css">
|
<style>
|
||||||
#installSearchPluginContainer {
|
#installSearchPluginContainer {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<style type="text/css">
|
<style>
|
||||||
#searchPattern {
|
#searchPattern {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<style type="text/css">
|
<style>
|
||||||
#searchPluginsContainer {
|
#searchPluginsContainer {
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user