diff --git a/skald.md b/skald.md
index 16984e9..4dbd5fd 100644
--- a/skald.md
+++ b/skald.md
@@ -37,11 +37,13 @@ controls expose the user list, chat, and settings.
### Buttons
-There are up to three buttons at the top. The most important is the
-*Enable*/*Disable* button, which switches the microphone on or off.
+There are up to two buttons at the top. *Enable* starts the microphone
+when no local microphone stream is active.
The *Mute* button mutes or unmutes the microphone; the microphone can be
muted remotely by the hall moderator, but it cannot be unmuted remotely.
+To stop and release the local microphone stream, use *Turn microphone off*
+from the menu opened from your own name.
### Side menu
diff --git a/static/skald.css b/static/skald.css
index 71e055b..767295f 100644
--- a/static/skald.css
+++ b/static/skald.css
@@ -705,7 +705,7 @@ h1 {
vertical-align: middle;
}
-#presentbutton, #unpresentbutton {
+#presentbutton {
white-space: nowrap;
margin-right: 0.4em;
margin-top: .1em;
@@ -1112,7 +1112,7 @@ header .collapse:hover {
@media only screen and (max-width: 1024px) {
- #presentbutton, #unpresentbutton {
+ #presentbutton {
width: auto;
}
.nav-link {
diff --git a/static/skald.html b/static/skald.html
index 9c6c0a4..f9013b1 100644
--- a/static/skald.html
+++ b/static/skald.html
@@ -40,11 +40,6 @@
Enable
-