diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-09 18:53:39 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-09 18:53:43 +0200 |
commit | fd9bb643f8272ae681e0caeca8803b539b147448 (patch) | |
tree | 840f108329f374ba5426ef9d561df31f13aa7466 /youtube/templates | |
parent | 205665f138afa3e6b1242bbe5dd433c0991f5fe6 (diff) | |
download | yt-local-fd9bb643f8272ae681e0caeca8803b539b147448.tar.lz yt-local-fd9bb643f8272ae681e0caeca8803b539b147448.tar.xz yt-local-fd9bb643f8272ae681e0caeca8803b539b147448.zip |
replies: remove css border
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 8835a69..c44e01d 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -24,9 +24,6 @@ details.replies .comment{ width: 600px; - border-style: solid; - border-width: 1px; - border-color: #0402025e; } .playability-error{ |