diff options
| author | Mammad <67197540+Mammad900@users.noreply.github.com> | 2021-12-14 08:01:35 +0330 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2021-12-17 17:02:25 +0300 |
| commit | 34b8e7d15e37ee39085b13f5fe92a557a9266ed1 (patch) | |
| tree | e772ab423ab35b7773ebe2b6b531e58ee2366618 /build.html | |
| parent | 75229c6209907ed82f9cc199eef1001bb619c1ea (diff) | |
Do not center text in build.html
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -180,7 +180,7 @@ <body onload="onLoad(true)" onpopstate="onLoad(false)"> <div class="main"> - <div id="osSelectDiv" class="large" style="text-align:center;"> + <div id="osSelectDiv" class="large"> <p>Choose an operating system, on which you want to use the Telegram Bot API server:</p> <select id="osSelect" onchange="onOsChanged(false)" autofocus class="large"> <option>Choose an operating system:</option> @@ -194,7 +194,7 @@ <p></p> </div> - <div id="linuxSelectDiv" class="hide" style="text-align:center;"> + <div id="linuxSelectDiv" class="hide"> <p>Choose a Linux distro, on which you want to use the Telegram Bot API server:</p> <select id="linuxSelect" onchange="onOsChanged(false)" class="large"> <option>Choose a Linux distro:</option> @@ -212,7 +212,7 @@ <p></p> </div> - <div id="buildOptionsDiv" class="hide" style="text-align:center;"> + <div id="buildOptionsDiv" class="hide"> <div id="buildDebugDiv" class="hide"> <label><input type="checkbox" id="buildDebugCheckbox" onchange="onOptionsChanged()"/>Build the debug binary. Debug binaries are much larger and slower than the release one.</label> </div> @@ -258,11 +258,11 @@ <p></p> </div> - <div id="buildTextDiv" class="hide" style="text-align:center;"> + <div id="buildTextDiv" class="hide"> <p id="buildText">Hidden text</p> </div> - <div id="buildCommandsDiv" class="hide" style="text-align:left;"> + <div id="buildCommandsDiv" class="hide"> <p id="buildPre">Hidden text</p> <code id="buildCommands">Empty commands</code> </div> |
