diff --git a/assets/assets.qtpl.go b/assets/assets.qtpl.go index 2cbf0bd..c265a2f 100644 --- a/assets/assets.qtpl.go +++ b/assets/assets.qtpl.go @@ -320,12 +320,12 @@ caption { caption-side: top; font-size: small; } .relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } .relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } - -.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; } +::-webkit-file-upload-button, +.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; } /* Color stuff */ /* Lighter stuff #eee */ -.btn { background-color: #eee; color: black; } +::-webkit-file-upload-button, .btn { background-color: #eee; color: black; } .btn:visited { color: black; } article code, @@ -395,6 +395,7 @@ blockquote { border-left: 4px #ddd solid; } .transclusion .transclusion__link { color: #ddd; } +::-webkit-file-upload-button, .btn, article code, article .codeblock, diff --git a/assets/default.css b/assets/default.css index 696b0cd..c44b911 100644 --- a/assets/default.css +++ b/assets/default.css @@ -205,12 +205,12 @@ caption { caption-side: top; font-size: small; } .relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } .relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } - -.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; } +::-webkit-file-upload-button, +.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; } /* Color stuff */ /* Lighter stuff #eee */ -.btn { background-color: #eee; color: black; } +::-webkit-file-upload-button, .btn { background-color: #eee; color: black; } .btn:visited { color: black; } article code, @@ -280,6 +280,7 @@ blockquote { border-left: 4px #ddd solid; } .transclusion .transclusion__link { color: #ddd; } +::-webkit-file-upload-button, .btn, article code, article .codeblock, diff --git a/views/hypha.qtpl b/views/hypha.qtpl index d611049..a814216 100644 --- a/views/hypha.qtpl +++ b/views/hypha.qtpl @@ -20,7 +20,7 @@
Write a note, a diary, an article, a story or anything textual using Mycomarkup.
+Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.
Make sure to follow this wiki's writing conventions if there are any.
CreateWrite a note, a diary, an article, a story or anything textual using Mycomarkup.
+Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.
Make sure to follow this wiki's writing conventions if there are any.