diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb8a11..6197bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ * **next (not yet released)** * ADDED: Translations for Spanish and Occitan - * ADDED: Option in configuration to change the default "PrivateBin" title on the site. + * ADDED: Option in configuration to change the default "PrivateBin" title of the site + * CHANGED: Cleanup of bootstrap template variants and moved icons to `img` directory * **1.1 (2016-12-26)** * ADDED: Translations for Italian and Russian * ADDED: Loading message displayed until decryption succeeded for slower (in terms of CPU or network) systems diff --git a/browserconfig.xml b/browserconfig.xml index f0a0a02..7a25581 100644 --- a/browserconfig.xml +++ b/browserconfig.xml @@ -2,9 +2,9 @@ - - - + + + #ffc40d diff --git a/android-chrome-192x192.png b/img/android-chrome-192x192.png similarity index 100% rename from android-chrome-192x192.png rename to img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/img/android-chrome-512x512.png similarity index 100% rename from android-chrome-512x512.png rename to img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/img/apple-touch-icon.png similarity index 100% rename from apple-touch-icon.png rename to img/apple-touch-icon.png diff --git a/favicon-16x16.png b/img/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to img/favicon-16x16.png diff --git a/favicon-32x32.png b/img/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to img/favicon-32x32.png diff --git a/favicon.ico b/img/favicon.ico similarity index 100% rename from favicon.ico rename to img/favicon.ico diff --git a/mstile-144x144.png b/img/mstile-144x144.png similarity index 100% rename from mstile-144x144.png rename to img/mstile-144x144.png diff --git a/mstile-150x150.png b/img/mstile-150x150.png similarity index 100% rename from mstile-150x150.png rename to img/mstile-150x150.png diff --git a/mstile-310x150.png b/img/mstile-310x150.png similarity index 100% rename from mstile-310x150.png rename to img/mstile-310x150.png diff --git a/mstile-310x310.png b/img/mstile-310x310.png similarity index 100% rename from mstile-310x310.png rename to img/mstile-310x310.png diff --git a/mstile-70x70.png b/img/mstile-70x70.png similarity index 100% rename from mstile-70x70.png rename to img/mstile-70x70.png diff --git a/safari-pinned-tab.svg b/img/safari-pinned-tab.svg similarity index 100% rename from safari-pinned-tab.svg rename to img/safari-pinned-tab.svg diff --git a/manifest.json b/manifest.json index 47ab71d..d92382f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,12 +2,12 @@ "name": "PrivateBin", "icons": [ { - "src": "android-chrome-192x192.png", + "src": "img/android-chrome-192x192.png", "sizes": "192x192", "type": "image\/png" }, { - "src": "android-chrome-512x512.png", + "src": "img/android-chrome-512x512.png", "sizes": "512x512", "type": "image\/png" } diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index b0b85c9..951ba1f6 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -73,12 +73,12 @@ endif; - - - + + + - - + + diff --git a/tpl/page.php b/tpl/page.php index 6fe619f..a4bdce3 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -51,12 +51,12 @@ endif; - - - + + + - - + +