diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/default.css | 2 | ||||
| -rw-r--r-- | assets/robots.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 07a879bb..1d62bc01 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -488,7 +488,7 @@ body.dark-theme { the hr element is rendered improperly within one. See https://stackoverflow.com/a/34372979 for more info */ hr { - margin: auto 0 auto 0; + margin: 10px 0 10px 0; } /* Description Expansion Styling*/ diff --git a/assets/robots.txt b/assets/robots.txt index 316bd423..b7e8f5a9 100644 --- a/assets/robots.txt +++ b/assets/robots.txt @@ -1,3 +1,4 @@ User-agent: * Disallow: /search -Disallow: /login
\ No newline at end of file +Disallow: /login +Disallow: /watch
\ No newline at end of file |
