mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 17:41:22 +00:00
remove unnecessary css
This commit is contained in:
parent
10ccf94959
commit
c4b2032ff9
1 changed files with 0 additions and 33 deletions
|
@ -1,33 +0,0 @@
|
||||||
.n-nav-justified {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.n-nav {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
.n-nav {
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
-ms-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
padding-left: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.n-nav-justified > li {
|
|
||||||
display: table-cell;
|
|
||||||
width: 1%;
|
|
||||||
}
|
|
||||||
.n-nav-justified > li {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
.n-nav-pills > li {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.n-nav > li {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
}
|
|
Loading…
Reference in a new issue