Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanboy74 committed Oct 30, 2024
1 parent 1ed46c3 commit ca73e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion default-theme/course-learn-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{POST-TITLE}}</h1>
{{POST-BODY}}
{{FOR(-1,10)
<div class="course-content-box">
<div class="w3-green w3-hover-shadow" onclick="openDiv('{{POST-TITLE}}')" style="width: 100%;">
<div class="w3-green w3-hover-shadow clickable" onclick="openDiv('{{POST-TITLE}}')" style="width: 100%;">
<div style="width: 100%;min-height: 55;">
<b class="w3-padding w3-xlarge w3-center" style="float: right;">{{POST-NUM}}</b>
<h3 class="course-content-header w3-center en">{{POST-TITLE}}</h3>
Expand Down
3 changes: 3 additions & 0 deletions default-theme/css/my.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ a:hover{
object-fit: cover;
max-width: 88;
}
.clickable {
cursor: pointer;
}

0 comments on commit ca73e66

Please sign in to comment.