aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:42:18 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:42:18 +0200
commit68e876d1121a04fa4fa7e3882c94bbe8e5005c15 (patch)
tree55f5c5fe4244a9d39df1cf0ee59653f6d8970c0d /src/web
parentPython >= 3.5 (diff)
parentbootstrap is no longer deployed as a submodule (diff)
downloadnewspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.gz
newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.bz2
newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.zip
Merge branch 'master' into bookmark
Diffstat (limited to 'src/web')
l---------src/web/static/css/bootstrap-theme.min.css2
l---------src/web/static/css/bootstrap-theme.min.css.map2
l---------src/web/static/css/bootstrap.min.css2
l---------src/web/static/css/bootstrap.min.css.map2
l---------src/web/static/fonts2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/web/static/css/bootstrap-theme.min.css b/src/web/static/css/bootstrap-theme.min.css
index 27d5b351..06469c8d 120000
--- a/src/web/static/css/bootstrap-theme.min.css
+++ b/src/web/static/css/bootstrap-theme.min.css
@@ -1 +1 @@
-../../../../submodules/bootstrap/dist/css/bootstrap-theme.min.css \ No newline at end of file
+../bower_components/bootstrap/dist/css/bootstrap-theme.min.css \ No newline at end of file
diff --git a/src/web/static/css/bootstrap-theme.min.css.map b/src/web/static/css/bootstrap-theme.min.css.map
index 8172f381..0448a4a0 120000
--- a/src/web/static/css/bootstrap-theme.min.css.map
+++ b/src/web/static/css/bootstrap-theme.min.css.map
@@ -1 +1 @@
-../../../../submodules/bootstrap/dist/css/bootstrap-theme.min.css.map \ No newline at end of file
+../bower_components/bootstrap/dist/css/bootstrap-theme.min.css.map \ No newline at end of file
diff --git a/src/web/static/css/bootstrap.min.css b/src/web/static/css/bootstrap.min.css
index 9293a126..30c399cb 120000
--- a/src/web/static/css/bootstrap.min.css
+++ b/src/web/static/css/bootstrap.min.css
@@ -1 +1 @@
-../../../../submodules/bootstrap/dist/css/bootstrap.min.css \ No newline at end of file
+../bower_components/bootstrap/dist/css/bootstrap.min.css \ No newline at end of file
diff --git a/src/web/static/css/bootstrap.min.css.map b/src/web/static/css/bootstrap.min.css.map
index 655b0135..146f88dd 120000
--- a/src/web/static/css/bootstrap.min.css.map
+++ b/src/web/static/css/bootstrap.min.css.map
@@ -1 +1 @@
-../../../../submodules/bootstrap/dist/css/bootstrap.min.css.map \ No newline at end of file
+../bower_components/bootstrap/dist/css/bootstrap.min.css.map \ No newline at end of file
diff --git a/src/web/static/fonts b/src/web/static/fonts
index 0061ad7b..4097ea8b 120000
--- a/src/web/static/fonts
+++ b/src/web/static/fonts
@@ -1 +1 @@
-../../../submodules/bootstrap/dist/fonts/ \ No newline at end of file
+bower_components/bootstrap/dist/fonts/ \ No newline at end of file
bgstack15