diff --git a/css/style.css b/css/style.css index e69de29..299302c 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,33 @@ +.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; +} \ No newline at end of file diff --git a/data/chaeldar.json b/data/chaeldar.json index 6d88bda..0e8e4f9 100644 --- a/data/chaeldar.json +++ b/data/chaeldar.json @@ -110,9 +110,9 @@ "taskweight": 11 }, { - "monster": "Greater demons1", + "monster": "Greater demons", "slayer_req": 9, - "taskweight": "" + "taskweight": 1 }, { "monster": "Harpie Bug Swarms", diff --git a/index.html b/index.html index b0000dd..eef55a9 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,15 @@
-