diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 21:03:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 21:03:30 -0500 |
commit | 4f13de283572b2c57e7462f1030c12fe8335882e (patch) | |
tree | 15d49f2eef5e0c440ada6aa07a9f62da75c13313 /ext/bg/settings.html | |
parent | 8454f52378b9410393262122c6920606e187e18f (diff) |
Move css files (#1374)
* Move bg/css/ to css/
* Move mixed/css/ to css/
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index e4512e34..3e3f1961 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -13,7 +13,7 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> - <link rel="stylesheet" type="text/css" href="/bg/css/settings.css"> + <link rel="stylesheet" type="text/css" href="/css/settings.css"> </head> <body> <div class="container"> |