diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 11:42:18 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 11:42:18 +0200 |
commit | 68e876d1121a04fa4fa7e3882c94bbe8e5005c15 (patch) | |
tree | 55f5c5fe4244a9d39df1cf0ee59653f6d8970c0d /src | |
parent | Python >= 3.5 (diff) | |
parent | bootstrap is no longer deployed as a submodule (diff) | |
download | newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.gz newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.bz2 newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.zip |
Merge branch 'master' into bookmark
Diffstat (limited to 'src')
l--------- | src/web/static/css/bootstrap-theme.min.css | 2 | ||||
l--------- | src/web/static/css/bootstrap-theme.min.css.map | 2 | ||||
l--------- | src/web/static/css/bootstrap.min.css | 2 | ||||
l--------- | src/web/static/css/bootstrap.min.css.map | 2 | ||||
l--------- | src/web/static/fonts | 2 |
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 |