summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controllers/editor.php2
-rw-r--r--public/editor/style.css1
-rw-r--r--views/partials/appcache.php3
3 files changed, 4 insertions, 2 deletions
diff --git a/controllers/editor.php b/controllers/editor.php
index 077adcb..4c9740b 100644
--- a/controllers/editor.php
+++ b/controllers/editor.php
@@ -68,7 +68,7 @@ $app->post('/editor/test-login', function() use($app) {
});
$app->get('/appcache.manifest', function() use($app) {
- $content = partial('-partials/appcache');
+ $content = partial('partials/appcache');
$app->response()['Content-type'] = 'text/cache-manifest';
$app->response()->body($content);
diff --git a/public/editor/style.css b/public/editor/style.css
index 6d02615..2cfd542 100644
--- a/public/editor/style.css
+++ b/public/editor/style.css
@@ -41,6 +41,7 @@ img { border: 0; }
display: block;
}
#micropub-html-btn {
+ font-size: 14px;
border-radius: 6px;
padding: 0 12px;
height: 28px;
diff --git a/views/partials/appcache.php b/views/partials/appcache.php
index 6b4c319..79a0b70 100644
--- a/views/partials/appcache.php
+++ b/views/partials/appcache.php
@@ -1,6 +1,6 @@
CACHE MANIFEST
-# v18
+# v24
/editor
/editor/style.css
@@ -25,3 +25,4 @@ CACHE MANIFEST
NETWORK:
*
+