mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 11:16:16 +00:00
430628ccc1
No changes. Makes styling code more readable. Change-Id: Ie45f2cd3671bee5b88ba92ca2946d6e77cd59508
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
#pt-mytalk {
|
|
white-space: nowrap;
|
|
|
|
/* High-specificity rule to override core styles for #p-personal li a */
|
|
a.mw-echo-alert {
|
|
border-radius: 2px;
|
|
background-color: #F9C557;
|
|
padding: 0.25em 0.8em 0.2em 0.8em;
|
|
color: #555555;
|
|
font-weight: normal;
|
|
}
|
|
}
|