Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
68f6d5a10a
commit
4e5dd7f72d
1 changed files with 10 additions and 4 deletions
|
@ -26,7 +26,8 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 0px solid #00326d;
|
border: 0px solid #00326d;
|
||||||
margin: 5px;
|
margin-bottom: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.language-python {
|
.language-python {
|
||||||
/* New styles for Python code */
|
/* New styles for Python code */
|
||||||
|
@ -36,7 +37,8 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 0px solid #00326d;
|
border: 0px solid #00326d;
|
||||||
margin: 5px;
|
margin-bottom: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.language-matlab {
|
.language-matlab {
|
||||||
/* New styles for MATLAB code */
|
/* New styles for MATLAB code */
|
||||||
|
@ -46,7 +48,8 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 0px solid #00326d;
|
border: 0px solid #00326d;
|
||||||
margin: 5px;
|
margin-bottom: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.highlight .hll { color: #000000; background-color: #d5e3f3 }
|
.highlight .hll { color: #000000; background-color: #d5e3f3 }
|
||||||
.highlight { color: #000000; border: 0px; background: #d5e3f3; }
|
.highlight { color: #000000; border: 0px; background: #d5e3f3; }
|
||||||
|
@ -128,6 +131,8 @@
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 2px solid black; /* 2px border around the table */
|
border: 2px solid black; /* 2px border around the table */
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
|
@ -215,7 +220,8 @@
|
||||||
<div class="section section-default">
|
<div class="section section-default">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p>
|
<p>
|
||||||
The source code is Open Source and can be found on <a href="https://github.com/davrot/pytutorial"> GitHub </a>
|
<p>
|
||||||
|
The source code is Open Source and can be found on <a href="https://github.com/davrot/pytutorial"> GitHub. </a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue