4,092
edits
No edit summary |
No edit summary |
||
Line 1,255: | Line 1,255: | ||
.entry-number-in-nrs { | .entry-number-in-nrs { | ||
flex: 0 0 auto; /* Don't grow, don't shrink, auto basis */ | flex: 0 0 auto; /* Don't grow, don't shrink, auto basis */ | ||
padding: 5px | padding: 5px 5px; /* Padding inside each entry number box */ | ||
text-align: center; /* Center text inside the box */ | text-align: center; /* Center text inside the box */ | ||
font-size: 40px; | font-size: 40px; | ||
Line 1,264: | Line 1,264: | ||
.entry-number-in-nrs a { | .entry-number-in-nrs a { | ||
color: black; | color: black; | ||
text-decoration: none; | |||
} | } | ||
.entry-number-in-nrs | .entry-number-in-nrs:hover { | ||
color: black; | color: black; | ||
font-weight: italic; | font-weight: italic; | ||
text-decoration: none; | |||
} | } |