aboutsummaryrefslogtreecommitdiffstats
path: root/yt_search_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'yt_search_template.html')
-rw-r--r--yt_search_template.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/yt_search_template.html b/yt_search_template.html
index 375a6f2..f6d6906 100644
--- a/yt_search_template.html
+++ b/yt_search_template.html
@@ -24,9 +24,6 @@
margin:0;
}
#header{
- background-color:#333333;
-
- display: grid;
grid-column: 1 / span 3;
grid-row: 1;
@@ -39,33 +36,7 @@
grid-template-columns: 1fr 800px;
}
- #search-form{
- grid-column: 2;
-
- display: grid;
- grid-template-columns: 1fr 0fr;
- }
-
- #search-box{
- grid-column: 1;
- align-self:center;
- height:25px;
- padding:0;
- margin:0;
- border:0;
-
- }
- #search-button{
- grid-column: 2;
- align-self:center;
- height:25px;
-
- padding-top:0;
- padding-bottom:0;
- border-style:solid;
- border-width:1px;
- }
#left{
grid-column: 1;