MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 839:
.mw-logo::after {
/* \A is the CSS escape character for a Newline */
content: "Learn business,\A build skills.";
/* Typography */
font-family: sans-serif;
font-size: 0.85em;
font-weight: normal;
line-height: 1.2;
/* Visuals */
color: #202122 !important;
text-decoration: none !important;
cursor: pointer;
/* Positioning */
Line 856:
white-space: pre;
margin-left: 7px;
text-align: left;
/* MOVES TEXT DOWN 5px */
position: relative;
top: 5px;
}
| |||