mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03: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
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue