We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99fd962 + ccd2485 commit 6be400bCopy full SHA for 6be400b
css/progress.css
@@ -20,12 +20,11 @@
20
}
21
.progress .step {
22
display: inline-block; /* http://stackoverflow.com/questions/2491068/ddg#2491072 */
23
- padding-left: 0.2em;
24
- padding-right: 0.2em;
+ padding-left: 0.1em;
+ padding-right: 0.1em;
25
padding-top: 0.7em;
26
padding-bottom: 1em;
27
- float: middle;
28
- clear: none;
+ clear: none;
29
30
31
.progress .step.done span {
@@ -39,10 +38,10 @@
39
38
40
.progress .same-topic {
41
background-color: {{ site.data.colors.header-color }};
42
43
padding-left: 0.35em;
44
padding-right: 0.35em;
45
- border-radius: 1.05em; /* */
+ border-radius: 1.05em;
46
padding-top: 0.75em;
47
padding-bottom: 0.3em;
48
0 commit comments