Skip to content

Commit

Permalink
CSS changes to changelog
Browse files Browse the repository at this point in the history
Moved CSS to CSS file
  • Loading branch information
kdk1616 committed Jan 20, 2021
1 parent 9d89519 commit a86df82
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
17 changes: 17 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -1256,3 +1256,20 @@ p#large_clock_period {
opacity: 0;
transition: opacity 300ms 0ms, visibility 0ms 300ms;
}

#updates-container {
margin-top: 2em;
}
.info-header a {
font-size: 100%;
text-decoration: none;
}

hr {
margin-top:0px;
}

#moreVersions {
text-align: center;
}

15 changes: 5 additions & 10 deletions public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,16 +416,11 @@ <h2 class="info-header">GPA Type and Switching Quarters</h2>
GPA for each quarter, which when clicked allows you to see your grades and
assignments for that quarter.
</p>
<style>
.info-header a {
font-size: 100%;
text-decoration: none;
}
</style>
<br>
<br>
<p class="info-text"><span id="updates"></span></p>
<center><a href="https://github.com/Aspine/aspine/blob/master/CHANGELOG.md">&lt&lt See Older Versions of Aspine &gt&gt</a>


<hr>
<p class="info-text" id="updates-container"><span id="updates"></span></p>
<p id="moreVersions"><a href="https://github.com/Aspine/aspine/blob/master/CHANGELOG.md">&lt&lt See Older Versions of Aspine &gt&gt</a></p>
<br>
<br>
</div>
Expand Down

0 comments on commit a86df82

Please sign in to comment.