Skip to content

Commit

Permalink
Merge pull request #3 from thermotools/hotfix
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
vegardjervell authored Sep 11, 2024
2 parents b951ddc + 588e299 commit 61776ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 78 deletions.
70 changes: 0 additions & 70 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,75 +92,5 @@ <h2 class="project-tagline">SurfPack - {{ version_text | default: "Latest (beta)
</main>
</div>

<style>
/* Sidebar styles */
.sidebar {
width: 20%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-color: #f0f0f0;
overflow-y: auto;
padding-left: 20px;
}

.sidebar ul {
list-style-type: none;
padding-left: 0;
}

.sidebar li {
margin-bottom: 5px;
cursor: pointer;
}

.sidebar li ul {
display: none;
margin-left: 20px;
padding-left: 0;
}

.sidebar li:hover ul {
display: block;
}

/* Styles for the version text in the top right corner */
.sidebar-version {
position: absolute;
top: 10px; /* Adjust the top position as needed */
right: 10px; /* Adjust the right position as needed */
background-color: #f0f0f0; /* Background color for the version text box */
padding: 5px 10px; /* Padding around the version text */
border: 1px solid #ccc; /* Border around the version text box */
font-size: 14px; /* Font size for the version text */
}

/* Button styles */
.btn {
background-color: #007bff; /* Button background color (blue) */
color: #fff; /* Text color (white) */
padding: 10px 20px; /* Padding around the text */
border: none; /* Remove button border */
text-align: center; /* Center text horizontally */
text-decoration: none; /* Remove underlines from links */
display: inline-block;
font-size: 16px; /* Button font size */
margin-bottom: 10px; /* Margin between buttons */
}

/* Custom button styles (you can adjust these as needed) */
.btn-primary {
background-color: #007bff; /* Blue */
}

.btn-success {
background-color: #28a745; /* Green */
}

.btn-warning {
background-color: #ffc107; /* Yellow */
</style>

</body>
</html>
4 changes: 2 additions & 2 deletions docs/v1.0.0/PC_SAFT_methods.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
version: 1.0.0
title: Methods in the saft class
permalink: /v1.0.0/saft_methods.html
title: Methods in the PC-SAFT class
permalink: /v1.0.0/PC_SAFT_methods.html
---

<!---
Expand Down
4 changes: 2 additions & 2 deletions docs/v1.0.0/SAFT_methods.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
version: 1.0.0
title: Methods in the saft class
permalink: /v1.0.0/saft_methods.html
title: Methods in the SAFT class
permalink: /v1.0.0/SAFT_methods.html
---

<!---
Expand Down
4 changes: 2 additions & 2 deletions docs/vcurrent/PC_SAFT_methods.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
version:
title: Methods in the saft class
permalink: /vcurrent/saft_methods.html
title: Methods in the PC-SAFT class
permalink: /vcurrent/PC_SAFT_methods.html
---

<!---
Expand Down
4 changes: 2 additions & 2 deletions docs/vcurrent/SAFT_methods.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
version:
title: Methods in the saft class
permalink: /vcurrent/saft_methods.html
title: Methods in the SAFT class
permalink: /vcurrent/SAFT_methods.html
---

<!---
Expand Down

0 comments on commit 61776ff

Please sign in to comment.