mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Remove redundant type attribute
It already defaults to `text/css` if value is absent (in HTML5).
This commit is contained in:
committed by
sledgehammer999
parent
939f83bdd5
commit
a1ee1c0448
@@ -1,4 +1,4 @@
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#installSearchPluginContainer {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#searchPattern {
|
||||
width: 500px;
|
||||
line-height: 2em;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#searchPluginsContainer {
|
||||
height: calc(100% - 20px);
|
||||
margin: 10px;
|
||||
|
||||
Reference in New Issue
Block a user