MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,142: Line 1,142:


.tweet-quote {
.tweet-quote {
  border-left: 2px solid #c7c7c7;
    border: 1px solid #ccc;
  margin-top: 1rem;
    border-radius: 10px;
  padding-left: 0.75rem;
    padding: 0.65rem;
    margin-top: 0.75rem;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #222;
}
}