Commit dcd7ba10 authored by Aleksander Kleczek's avatar Aleksander Kleczek
Browse files

Refactor HTML structure and CSS for explorer navigation; remove unused JavaScript package-lock file

parent ec3c1489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
<header id="title-block-header">
<h1 class="title">TS38.533 v18.8.0</h1>
</header>
<div class="header">
<div id="explorer_navigation" class="header">
        <div class="row">
            <div style="float: left; width:150px;">
                Navigation
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
  background: #555555;
}

#explorer_navigation,
#cover_page,
#main_content {
	margin-left: 260px;
+0 −21
Original line number Diff line number Diff line
{
  "name": "3gpp-spec-javascript-tools",
  "version": "1.0.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "3gpp-spec-javascript-tools",
      "version": "1.0.0",
      "dependencies": {
        "mathjax": "^3.2.2"
      }
    },
    "node_modules/mathjax": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz",
      "integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==",
      "license": "Apache-2.0"
    }
  }
}