Skip to content

Commit 583f666

Browse files
committed
Added cursor:pointer when hovering buttons. Improved the layout for headers in the algorithm description and added a border for easier visual separation.
1 parent 96b7e03 commit 583f666

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

css/stylesheet.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
html, body {
1+
html,
2+
body {
23
margin: 0;
34
padding: 0;
45
overflow: hidden;
@@ -47,6 +48,7 @@ button {
4748

4849
button:hover {
4950
background: rgba(0, 0, 0, .15) !important;
51+
cursor: pointer;
5052
}
5153

5254
button.active {
@@ -204,6 +206,12 @@ section {
204206
box-sizing: border-box;
205207
}
206208

209+
#tab_desc h3 {
210+
border-bottom: 1px solid rgb(44, 44, 44);
211+
padding: 5px;
212+
margin: 2px;
213+
}
214+
207215
#tab_desc > .wrapper a {
208216
text-decoration: underline;
209217
}
@@ -330,4 +338,4 @@ pre {
330338

331339
.mtbl-cell.notified {
332340
background: #f00;
333-
}
341+
}

0 commit comments

Comments
 (0)