No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mw-content-text h5 {
#mw-content-text h5, blockquote {
   padding: .5em 1em .5em 30%;
   padding: .5em 1em .5em 30%;
   display: block;
   display: block;
  text-align: right;
   font-size: var(--font-size-medium);
   font-size: var(--font-size-medium);
   background: #eee;
   background: #eee;
   border-radius: .7em;
   border-radius: .7em;
   font-weight: normal;
   font-weight: normal;
}
#mw-content-text h5 .mw-editsection-like {
    font-family: sans-serif;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: right;
}
}

Latest revision as of 10:20, 23 December 2025

#mw-content-text h5, blockquote {
   padding: .5em 1em .5em 30%;
   display: block;
   font-size: var(--font-size-medium);
   background: #eee;
   border-radius: .7em;
   font-weight: normal;
}