mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Remove redundant type attribute
It already defaults to `text/css` if value is absent (in HTML5).
This commit is contained in:
parent
939f83bdd5
commit
a1ee1c0448
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue