diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-20 13:40:53 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-20 22:06:35 +0200 |
commit | 7fb2b65eaafa7ad63c7b3f6850934f958afa1bb4 (patch) | |
tree | 83b6331699269a1189f65a4f03dc46b7acaf6579 /themes/alps/compose.html | |
parent | 024cab94f16e3615ac8718743af2d417b8e46a81 (diff) | |
download | alps-7fb2b65eaafa7ad63c7b3f6850934f958afa1bb4.tar.gz alps-7fb2b65eaafa7ad63c7b3f6850934f958afa1bb4.zip |
alps theme: unify create/update styles
Diffstat (limited to 'themes/alps/compose.html')
-rw-r--r-- | themes/alps/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html index 0975aad..0342c29 100644 --- a/themes/alps/compose.html +++ b/themes/alps/compose.html @@ -15,7 +15,7 @@ </aside> <div class="container"> - <main class="compose"> + <main class="create-update"> <form method="post" action="" enctype="multipart/form-data"> <input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}"> |