Eliminated graphic bug that tiny gaps appear between blocks + added new theme "Clean"

This commit is contained in:
Marcel
2018-02-23 19:55:30 +01:00
parent 9ddcae365d
commit f73ba1e267
4 changed files with 28 additions and 13 deletions

View File

@@ -27,6 +27,10 @@
<input id="theme-default" name="theme" data-theme="default" type="radio" checked>
<label for="theme-default" class="radio-label" data-string="themeDefault">Default</label>
</div>
<div class="radio">
<input type="radio" id="theme-clean" name="theme" data-theme="clean">
<label for="theme-clean" class="radio-label" data-string="themeClean">Clean</label>
</div>
<div class="radio">
<input id="theme-modern" name="theme" data-theme="modern" type="radio">
<label for="theme-modern" class="radio-label" data-string="themeModern">Modern</label>