Skip to content

Commit ccd2485

Browse files
committed
Restored step spacing in progress bar
Fixes issue #78
1 parent 99fd962 commit ccd2485

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: css/progress.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
}
2121
.progress .step {
2222
display: inline-block; /* http://stackoverflow.com/questions/2491068/ddg#2491072 */
23-
padding-left: 0.2em;
24-
padding-right: 0.2em;
23+
padding-left: 0.1em;
24+
padding-right: 0.1em;
2525
padding-top: 0.7em;
2626
padding-bottom: 1em;
27-
float: middle;
28-
clear: none;
27+
clear: none;
2928
}
3029

3130
.progress .step.done span {
@@ -39,10 +38,10 @@
3938

4039
.progress .same-topic {
4140
background-color: {{ site.data.colors.header-color }};
42-
clear: none;
41+
clear: none;
4342
padding-left: 0.35em;
4443
padding-right: 0.35em;
45-
border-radius: 1.05em; /* */
44+
border-radius: 1.05em;
4645
padding-top: 0.75em;
4746
padding-bottom: 0.3em;
4847
}

0 commit comments

Comments
 (0)