diff --git a/doc/ns3_html_theme/layout.html b/doc/ns3_html_theme/layout.html index 4e1e6061a..ca54c5215 100644 --- a/doc/ns3_html_theme/layout.html +++ b/doc/ns3_html_theme/layout.html @@ -31,88 +31,93 @@ {% endblock %} {% block header %} -
- - - - - - - - - - -
-
A Discrete-Event Network Simulator
- -
- - - {{ shorttitle }} -
- -
+
+ + + + + + + + + + + +
+
A Discrete-Event Network Simulator
+ +
+ + + {{ shorttitle }} +
+ +
{% endblock %} {% block rootrellink %} diff --git a/doc/ns3_html_theme/ns3_doxy_header.html b/doc/ns3_html_theme/ns3_doxy_header.html index 27c20ffc9..17fd79c37 100644 --- a/doc/ns3_html_theme/ns3_doxy_header.html +++ b/doc/ns3_html_theme/ns3_doxy_header.html @@ -26,89 +26,93 @@ $extrastylesheet
- -
- - - - - - + +
+
-
A Discrete-Event Network Simulator
- - -
- -
+ + + + - - - -
+
A Discrete-Event Network Simulator
+ +
- API -
- -
+ + + + + + API + + + + + +
diff --git a/doc/ns3_html_theme/static/ns3_links.js b/doc/ns3_html_theme/static/ns3_links.js index 991b3318d..13b3a07a1 100644 --- a/doc/ns3_html_theme/static/ns3_links.js +++ b/doc/ns3_html_theme/static/ns3_links.js @@ -48,12 +48,12 @@ var ns3_con = ns3_rel + "contributing/" + ns3_index; function ns3_write_links() { document.getElementById("ns3_home1").href = ns3_home; document.getElementById("ns3_home2").href = ns3_home; - document.getElementById("ns3_wiki" ).href = ns3_wiki; - document.getElementById("ns3_bugs" ).href = ns3_bugs; - document.getElementById("ns3_merge" ).href = ns3_merge; - - document.getElementById("ns3_api" ).href = ns3_api; + document.getElementById("ns3_tut" ).href = ns3_tut; document.getElementById("ns3_man" ).href = ns3_man; document.getElementById("ns3_mod" ).href = ns3_mod; - document.getElementById("ns3_tut" ).href = ns3_tut; + document.getElementById("ns3_con" ).href = ns3_con; + document.getElementById("ns3_wiki" ).href = ns3_wiki; + document.getElementById("ns3_api" ).href = ns3_dox; + document.getElementById("ns3_bugs" ).href = ns3_bugs; + document.getElementById("ns3_merge").href = ns3_merge; } diff --git a/doc/ns3_html_theme/static/ns3_stylesheet.css b/doc/ns3_html_theme/static/ns3_stylesheet.css index 6fac9b63d..588054f68 100644 --- a/doc/ns3_html_theme/static/ns3_stylesheet.css +++ b/doc/ns3_html_theme/static/ns3_stylesheet.css @@ -140,14 +140,13 @@ div.sphinxsidebar a { /* background-origin: padding-box; */ /* background-position: -10px 0; */ background-repeat: no-repeat; + background-size: 100% 39px; display: table-cell; float:left; height: 40px; margin: 0px 0px 0px 0px; - overflow: hidden; padding:0px 0px 0px 0px; vertical-align: middle; - width: 450px; }