aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-08 10:38:23 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-08 10:38:23 -0700
commit0ca12270a85d81b4fe6e75794b10b2a6873b46df (patch)
tree3aefb65b47ecd85ea613184c937b86c7e526e6f7 /youtube/templates
parent3c9a6dd8e6c114cda16426fffb34cce60f2535c8 (diff)
downloadyt-local-0ca12270a85d81b4fe6e75794b10b2a6873b46df.tar.lz
yt-local-0ca12270a85d81b4fe6e75794b10b2a6873b46df.tar.xz
yt-local-0ca12270a85d81b4fe6e75794b10b2a6873b46df.zip
Search: Add some space around the number of results
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/search.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube/templates/search.html b/youtube/templates/search.html
index 63f930e..aef914a 100644
--- a/youtube/templates/search.html
+++ b/youtube/templates/search.html
@@ -8,6 +8,10 @@
margin: auto;
}
#result-info{
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
}
#number-of-results{
font-weight:bold;