diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-06-07 21:15:16 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-06-07 21:35:00 -0700 |
commit | 60fe4b2e75e8475b20001c84e01b642a3b3ebcc3 (patch) | |
tree | ae783d72ed7eaa42fd1cf822b1af1f14be00d734 /youtube/shared.css | |
parent | ae5fd9eb009c6522e7d7971e0bdea57faaaf2b3c (diff) | |
download | yt-local-60fe4b2e75e8475b20001c84e01b642a3b3ebcc3.tar.lz yt-local-60fe4b2e75e8475b20001c84e01b642a3b3ebcc3.tar.xz yt-local-60fe4b2e75e8475b20001c84e01b642a3b3ebcc3.zip |
Add subscription manager system
Diffstat (limited to 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index 1b25d7f..cd82164 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -1,7 +1,10 @@ +* { + box-sizing: border-box; +} + h1, h2, h3, h4, h5, h6, div, button{ margin:0; padding:0; - } |