Skip to content

Commit c90c617

Browse files
committed
Added initial styling for complexity detaills.
1 parent 3d380b5 commit c90c617

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

styles/style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,24 @@ a#repository img {
4242
font-weight: bold;
4343
}
4444

45+
#algo-info .algo-complexity {
46+
display: block;
47+
}
48+
49+
#algo-info .algo-complexity ul {
50+
text-align: left;
51+
list-style-type: square;
52+
}
53+
54+
#algo-info .algo-complexity ul .complexity-item {
55+
font-weight: bold;
56+
display: inline-block;
57+
width: 160px;
58+
}
59+
#algo-info .algo-complexity ul .complexity-value {
60+
padding: 5px;
61+
}
62+
4563
#container {
4664
grid-area: container;
4765
width: 100%;

0 commit comments

Comments
 (0)