Fix trailing whitespace, tabs and indentation
This commit is contained in:
@@ -28,7 +28,7 @@ $extrastylesheet
|
||||
<script type="text/javascript" src="$relpath$drop-down-menu.js"></script>
|
||||
<script type="text/javascript" src="$relpath$ns3_version.js"></script>
|
||||
<script type="text/javascript" src="$relpath$ns3_links.js"></script>
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
@@ -39,9 +39,9 @@ $extrastylesheet
|
||||
<tr id="projectrow">
|
||||
<td id="projectlogo">
|
||||
<a id="ns3_home1"
|
||||
href="https://www.nsnam.org/">
|
||||
<img alt="ns-3 Logo"
|
||||
src="$relpath$$projectlogo"/>
|
||||
href="https://www.nsnam.org/">
|
||||
<img alt="ns-3 Logo"
|
||||
src="$relpath$$projectlogo"/>
|
||||
</a>
|
||||
</td>
|
||||
<td id="projecttext">
|
||||
@@ -54,19 +54,19 @@ $extrastylesheet
|
||||
<ul >
|
||||
<li style="background-image:none">
|
||||
<a id="ns3_home2"
|
||||
href="https://www.nsnam.org/"
|
||||
> Home</a>
|
||||
href="https://www.nsnam.org/"
|
||||
> Home</a>
|
||||
</li>
|
||||
<li><span
|
||||
onmouseover="mopen('mTuts')"
|
||||
onmouseout="mclosetime()"
|
||||
>Tutorials ▼</span>
|
||||
<div id="mTuts"
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
<a id="ns3_tut"
|
||||
href="/docs/tutorial/html/index.html"
|
||||
>English</a><br/>
|
||||
>English</a><br/>
|
||||
</div>
|
||||
</li>
|
||||
<li><span
|
||||
@@ -74,8 +74,8 @@ $extrastylesheet
|
||||
onmouseout="mclosetime()"
|
||||
>Documentation ▼</span>
|
||||
<div id="mDocs"
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
<a id="ns3_ins"
|
||||
href="/docs/installation/html/index.html"
|
||||
>Installation</a><br/>
|
||||
@@ -98,16 +98,16 @@ $extrastylesheet
|
||||
onmouseout="mclosetime()"
|
||||
>Development ▼</span>
|
||||
<div id="mDev"
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
<a id="ns3_api"
|
||||
href="/docs/doxygen/html/index.html"
|
||||
>API Docs</a><br/>
|
||||
<a id="ns3_bugs"
|
||||
href="https://gitlab.com/nsnam/ns-3-dev/-/issues"
|
||||
href="https://gitlab.com/nsnam/ns-3-dev/-/issues"
|
||||
>Issue Tracker</a><br/>
|
||||
<a id="ns3_merge"
|
||||
href="https://gitlab.com/nsnam/ns-3-dev/-/merge_requests"
|
||||
href="https://gitlab.com/nsnam/ns-3-dev/-/merge_requests"
|
||||
>Merge Requests</a><br/>
|
||||
</div>
|
||||
</li>
|
||||
@@ -121,7 +121,7 @@ $extrastylesheet
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<script type="text/javascript">ns3_write_links()</script>
|
||||
<script type="text/javascript">ns3_write_links()</script>
|
||||
</div>
|
||||
<!--END TITLEAREA-->
|
||||
<!-- end header part -->
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
|
||||
var timeout = 250;
|
||||
var closetimer = 0;
|
||||
var ddmenuitem = 0;
|
||||
var timeout = 250;
|
||||
var closetimer = 0;
|
||||
var ddmenuitem = 0;
|
||||
|
||||
// open hidden layer
|
||||
function mopen(id)
|
||||
|
||||
@@ -96,7 +96,7 @@ div.sphinxsidebar a {
|
||||
|
||||
#projectrow
|
||||
{
|
||||
height: 56px;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
#projectlogo {
|
||||
|
||||
@@ -98,9 +98,9 @@ $(function() {
|
||||
// find the height of the viewport to center the '<<' in the page
|
||||
var viewport_height;
|
||||
if (window.innerHeight)
|
||||
viewport_height = window.innerHeight;
|
||||
viewport_height = window.innerHeight;
|
||||
else
|
||||
viewport_height = $(window).height();
|
||||
viewport_height = $(window).height();
|
||||
sidebarbutton.find('span').css({
|
||||
'display': 'block',
|
||||
'margin-top': (viewport_height - sidebar.position().top - 20) / 2
|
||||
|
||||
@@ -22,29 +22,28 @@ collapsiblesidebar = false
|
||||
externalrefs = false
|
||||
|
||||
bgcolor = white
|
||||
textcolor = black
|
||||
textcolor = black
|
||||
linkcolor = #91A501
|
||||
visitedlinkcolor = #91A501
|
||||
|
||||
headbgcolor = #E3E3E3
|
||||
headtextcolor = #373737
|
||||
headlinkcolor = #91A501
|
||||
headtextcolor = #373737
|
||||
headlinkcolor = #91A501
|
||||
|
||||
relbarbgcolor = #D5D5D5
|
||||
relbarbgcolor = #D5D5D5
|
||||
relbarlinkcolor = #373737
|
||||
relbartextcolor = #373737
|
||||
|
||||
sidebarbgcolor = #FAFAFA
|
||||
sidebarbgcolor = #FAFAFA
|
||||
sidebartextcolor = #373737
|
||||
sidebarlinkcolor = #91A501
|
||||
sidebarbtncolor = #D5D5D5
|
||||
|
||||
footerbgcolor = #D5D5D5
|
||||
footertextcolor = #364D7C
|
||||
footertextcolor = #364D7C
|
||||
|
||||
codebgcolor = #FBFCFD
|
||||
codetextcolor = black
|
||||
|
||||
bodyfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif
|
||||
headfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user