diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 16:27:49 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 19:00:21 -0400 |
commit | ceaeeb32dd23403c516f5aa5cb5527c40f2f21aa (patch) | |
tree | 5bc41b2b0f0a250c04241861f430415c14ec0614 /ext/fg/float.html | |
parent | 696ea80e0681c9dab71e7b253acf4c87155004ba (diff) |
Remove bootstrap styles from float.html
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index fe1aee8f..ac443c01 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -1,18 +1,10 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" class="yomichan-float"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title></title> - <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap.min.css"> - <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="/mixed/css/display.css"> - <style type="text/css"> - .entry, .note { - padding-left: 10px; - padding-right: 10px; - } - </style> </head> <body> <div id="spinner"> |