5,849
edits
Line 79: | Line 79: | ||
border-width: 1px 1px 1px 4px; | border-width: 1px 1px 1px 4px; | ||
border-radius: 0.33em; | border-radius: 0.33em; | ||
} | |||
.stub | |||
{ | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
font-size: 125%; | |||
text-align: center; | |||
width: 70%; | |||
padding: .2em; | |||
position: relative; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
} | } | ||