.dwtimeline { display: flow-root; } /* The actual timeline (the vertical ruler) */ .timeline-vert { box-sizing: border-box; position: relative; max-width: 1200px; margin: 0 auto; } /* Container around content */ .container-vert { padding: 10px 40px; position: relative; background-color: inherit; width: 50%; box-sizing: border-box; margin-left: unset; margin-right: unset; } /* Place the container to the left */ .container-vert.tl-left { padding: 10px; margin-left: auto; margin-right: auto; width: 50%; } /* Place the container to the right */ .container-vert.tl-right { padding: 10px; margin-left: auto; margin-right: auto; width: 50%; } /* Place the container to center */ .container-vert.tl-top, .container-vert.tl-bottom { padding: 0; margin-left: auto; margin-right: auto; width: 30%; z-index: 1; margin-bottom: 10px; margin-top: 10px; text-align: center; } /* The actual content */ .tlcontent { padding: 10px 10px; background-color: @ini_background_neu; position: relative; border-radius: 6px; color: @ini_text; white-space: normal; text-align: center; } /* description of milestone, removed