adjust home page
This commit is contained in:
parent
e6267a7d46
commit
11a10f85c1
|
@ -69,6 +69,10 @@
|
||||||
.header-workers {
|
.header-workers {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 16pt;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -99,8 +103,8 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="info-box">
|
<div class="info-box">
|
||||||
<div id="oobabooga">
|
<h3>Instructions</h3>
|
||||||
<strong>Instructions:</strong>
|
<div id="instructions">
|
||||||
<ol>
|
<ol>
|
||||||
<li>Set your API type to <kbd>{{ mode_name }}</kbd></li>
|
<li>Set your API type to <kbd>{{ mode_name }}</kbd></li>
|
||||||
<li>Enter <kbd>{{ client_api }}</kbd> in the <kbd>{{ api_input_textbox }}</kbd> textbox.</li>
|
<li>Enter <kbd>{{ client_api }}</kbd> in the <kbd>{{ api_input_textbox }}</kbd> textbox.</li>
|
||||||
|
|
Reference in New Issue