1*ab3c4129SAndreas Gohr#page__revisions { 2*ab3c4129SAndreas Gohr a.renderrevisions::after { 3*ab3c4129SAndreas Gohr content: " "; 4*ab3c4129SAndreas Gohr display: inline-block; 5*ab3c4129SAndreas Gohr width: 0.8em; 6*ab3c4129SAndreas Gohr height: 0.8em; 7*ab3c4129SAndreas Gohr border-radius: 50%; 8*ab3c4129SAndreas Gohr margin-left: 0.25em; 9*ab3c4129SAndreas Gohr background-color: @ini_link; 10*ab3c4129SAndreas Gohr } 11*ab3c4129SAndreas Gohr} 12*ab3c4129SAndreas Gohr 13*ab3c4129SAndreas Gohrdiv.renderrevisions { 14*ab3c4129SAndreas Gohr margin-top: 1em; 15*ab3c4129SAndreas Gohr margin-bottom: 1em; 16*ab3c4129SAndreas Gohr padding: 0.5em; 17*ab3c4129SAndreas Gohr border: 1px solid @ini_border; 18*ab3c4129SAndreas Gohr line-height: 1.4em; 19*ab3c4129SAndreas Gohr border-radius: 0.5em; 20*ab3c4129SAndreas Gohr} 21