diff options
| author | reger <reger18@arcor.de> | 2015-12-23 00:04:40 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-23 00:04:40 +0100 |
| commit | 0fa63409368c9e44175bbae1a97d41f3ccf4f75a (patch) | |
| tree | 82174bd4cc0295af5e5cfcd5e7a09a3bcfc47438 /htroot/WatchWebStructure_p.html | |
| parent | bf098412cf90a027520ab084fa8d899f5c09d38c (diff) | |
apply more default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 3014a750b..74a4d7924 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -106,7 +106,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <dt>Other Dot</dt><dd>Color <input type="text" name="colordota" id="colordota" value="#[colordota]#" size="6" maxlength="6" /></dd> <dt>Dot-end</dt><dd>Color <input type="text" name="colorlineend" id="colorlineend" value="#[colorlineend]#" size="6" maxlength="6" /></dd> </dl> - <div align="center"><input type="submit" value="change" /></div> + <div align="center"><input type="submit" class="btn btn-primary" value="change" /></div> </fieldset> </form> |
