Skip to content

Commit

Permalink
fix: tall <hr>'s, use stylesheet not style attr
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 30, 2024
1 parent a51a395 commit 89e7c61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion user-guide/docs/css/ds-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ hr:not(
[role="main"] ~ footer *
) {
border-top-color: #343131; /* copied from sidebar background */
margin-block: 5rem;
margin-block: 20rem 5rem;
}


Expand Down
7 changes: 0 additions & 7 deletions user-guide/docs/usecases/windstormsurgeusecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,37 @@

{% include-markdown 'pinelli/usecase.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## Hurricane Data Integration Visualization -->

{% include-markdown 'pinelli/2usecase.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## ADCIRC Datasets -->

{% include-markdown 'dawson/usecase2.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## Large-Scale Storm Surge -->

{% include-markdown 'dawson/usecase.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## CFD Analysis of Winds on Structures -->

{% include-markdown 'kareem/usecase.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## CFD Analysis of Winds on Low-Rise Building -->

<!--- Silvia Mazzoni 5/29/2024. remove these comments after completion -->
<!--- {% include-markdown 'kareem/usecase2.md' %} -->
<!--- -->
<!--- <hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/> -->
<!--- --- -->
<!--- end of comment -->

Expand All @@ -51,7 +45,6 @@
<!--- Silvia Mazzoni 5/29/2024. remove these comments after completion -->
<!--- {% include-markdown 'kareem/usecase3.md' %} -->
<!--- -->
<!--- <hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/> -->
<!--- --- -->
<!--- end of comment -->

Expand Down
2 changes: 0 additions & 2 deletions user-guide/docs/usecases/workinprogress.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ It has been published here for testing purposes.

{% include-markdown 'kareem/usecase2.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

<!-- ## Tamkang Database -->

{% include-markdown 'kareem/usecase3.md' %}

<hr style="border: dashed white 1.0px;background-color: white;height: 200.0px;"/>
---

0 comments on commit 89e7c61

Please sign in to comment.