mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 19:59:35 +00:00
bfcdbd544b
Bug: T345766 Change-Id: I78fd91fa397a731d22aa6264f61f324f6fc22054
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
/* Logo */
|
|
#p-logo {
|
|
width: 10em;
|
|
height: 160px;
|
|
margin-bottom: 1em;
|
|
|
|
a {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
width: 10em;
|
|
height: 160px;
|
|
text-decoration: none;
|
|
}
|
|
}
|