MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 88: | Line 88: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; /* centred, matching reference */ | justify-content: center; /* centred, matching reference */ line-height: 1.8; | ||
font-style: italic; /* ref: font-style: italic */ | font-style: italic; /* ref: font-style: italic */ | ||
color: #be100e; /* ref: .shloka p color */ | color: #be100e; /* ref: .shloka p color */ | ||
padding: 0; | |||
margin: 0; | |||
} | } | ||
| Line 334: | Line 334: | ||
.verse-block { | .verse-block { | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column;} | ||
} | |||
.verse-block:hover { | .verse-block:hover { | ||