Skip to content

Commit 87dcaaf

Browse files
committed
Remove deprecated CSS styles for plot and result output in Heat Conduction tutorials
1 parent 763bf3e commit 87dcaaf

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

tutorials/HeatConduction1DWall.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<!-- Import the run_prettify.js library for JavaScript code coloring *** Deprecated library *** -->
4242
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
4343
<style>
44-
#plot {
45-
width: 100%;
46-
max-width: 700px;
47-
margin: 0;
48-
}
4944
#orientation-message {
5045
display: none;
5146
color: red;

tutorials/HeatConduction2DFin.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<!-- Import the run_prettify.js library for JavaScript code coloring *** Deprecated library *** -->
4242
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
4343
<style>
44-
#plot {
45-
width: 100%;
46-
max-width: 700px;
47-
margin: 0;
48-
}
4944
#orientation-message {
5045
display: none;
5146
color: red;
@@ -198,7 +193,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
198193
>
199194
<p>
200195
The `solutionPlot` is the id of the div where the plot will be rendered. This id is passed as an
201-
argument to the plotSolution function to specify the target div for the plot.
196+
argument to the `plotSolution` function to specify the target div for the plot.
202197
</p>
203198

204199
<h2 id="results"><a name="Results"></a>Results</h2>

tutorials/HeatConduction2DFinGmsh.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
4141
<!-- Import the run_prettify.js library for JavaScript code coloring *** Deprecated library *** -->
4242
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
4343
<style>
44-
#resultOutput {
45-
height: 500px;
46-
margin-top: 10px;
47-
padding: 10px;
48-
background: #f0f0f0;
49-
overflow: auto;
50-
border: 1px solid #ccc;
51-
white-space: pre-wrap;
52-
font-family: monospace;
53-
}
5444
#orientation-message {
5545
display: none;
5646
color: red;

tutorials/HeatConduction2DFinWorker.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<!-- Import the run_prettify.js library for JavaScript code coloring *** Deprecated library *** -->
4242
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
4343
<style>
44-
#plot {
45-
width: 100%;
46-
max-width: 700px;
47-
margin: 0;
48-
}
4944
#orientation-message {
5045
display: none;
5146
color: red;

0 commit comments

Comments
 (0)