summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-06 10:51:31 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-06 10:51:31 +0100
commit9c9c26a308995c22210c90e3772e86f49a1948b9 (patch)
tree6ab33013040b5f644f38ff130c3b759b586eb514 /content
parent6a1c64ff7b45dd830bfdb5e1295830b75c531f61 (diff)
downloadnetsurf-9c9c26a308995c22210c90e3772e86f49a1948b9.tar.gz
netsurf-9c9c26a308995c22210c90e3772e86f49a1948b9.tar.bz2
futher refinement on about scheme query styling
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 2cbb60407..b5b5743ce 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -770,7 +770,7 @@ static bool fetch_about_query_auth_handler(struct fetch_about_context *ctx)
messages_get("Password"), password);
slen += snprintf(buffer + slen, sizeof(buffer) - slen,
- "<div align=\"right\">"
+ "<div id=\"buttons\">"
"<input type=\"submit\" id=\"cancel\" name=\"cancel\" "
"value=\"%s\">"
"<input type=\"submit\" id=\"login\" name=\"login\" "