diff options
| author | Bobby <[email protected]> | 2023-05-27 00:39:07 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-27 00:39:07 -0400 |
| commit | 322e29ef0d2b73d7096b1f61cc3d9eca31681d3d (patch) | |
| tree | ebe28b6b87c6ea3bc96d94f6f6fdc4a4cf544944 | |
| parent | 2ac0a1ae014bd46f0516e4ed5c06e4d296a17c5d (diff) | |
| download | thatcomputerscientist-322e29ef0d2b73d7096b1f61cc3d9eca31681d3d.tar.xz thatcomputerscientist-322e29ef0d2b73d7096b1f61cc3d9eca31681d3d.zip | |
Styles:Fix buttons, remove post border
| -rw-r--r-- | static/css/styles.css | 2 | ||||
| -rw-r--r-- | templates/blog/post.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 950e281a..0a1d139b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -322,8 +322,6 @@ blockquote { display: block; clear: both; width: 710px; - border: solid 1px #311b4f; - border-top: none; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } diff --git a/templates/blog/post.html b/templates/blog/post.html index 12146162..90b87f75 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -43,7 +43,7 @@ </div> <h2 class="mtsbitem">Comments - <a href="#article" class="pa-btn" style="float: right; margin-top: 5px; text-transform: capitalize; font-weight: normal;"> + <a href="#article" class="pa-btn" style="float: right; margin-top: 0px; text-transform: capitalize; font-weight: normal;"> Back to Top </a> </h2> |
