Skip to content

Commit 04f3b9f

Browse files
authored
Fix broken alignment for glyphicons
1 parent 46ef503 commit 04f3b9f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css/coderdojoka.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,20 +519,19 @@ body {
519519
border-bottom-left-radius: 50%;
520520
}
521521

522-
#timeline .timeline-badge span {
523-
display: inline-block;
524-
width: 50px;
525-
}
526-
527522
#timeline .timeline-badge span.timeline-balloon-date-day {
528523
font-size: 1.4em;
524+
display: inline-block;
525+
width: 50px;
529526
}
530527

531528
#timeline .timeline-badge span.timeline-balloon-date-month {
532529
font-size: .7em;
533530
position: relative;
534531
top: -10px;
535532
text-transform: uppercase;
533+
display: inline-block;
534+
width: 50px;
536535
}
537536

538537
#timeline .timeline-badge.timeline-filter-movement {

0 commit comments

Comments
 (0)