1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-11 18:00:38 +00:00

The Pad works again

Don't set the style of all the <ul> and <li> in the css, use the class
This commit is contained in:
Christian Riggenbach
2019-03-08 21:17:28 +01:00
parent b987828a25
commit 00d996d8dd
10 changed files with 17 additions and 16 deletions

View File

@ -22,7 +22,7 @@
<hr />
<div class="container">
<div id="row" class="row u-full-width"></div>
<ul id="tabsnav" class="nav nav-tabs u-full-width"></ul>
<ul id="tabsnav" class="navigation navigation-tabs u-full-width"></ul>
<div id="tabscontent" class="tabscontent u-full-width"></div>
</div>
</body>