diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:17:45 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:17:45 -0700 |
commit | 7666ec33d1b942b31ff46eb694bca0b1c8754b68 (patch) | |
tree | 90bb95a2b791b93251947b15116e9ba329084eda /public | |
parent | 2bb18a66be585384acd5a4068a4311a976e28c57 (diff) |
enable appcache
Diffstat (limited to 'public')
-rw-r--r-- | public/editor/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |