repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use PHP_VERSION constant instead of phpversion() function call
[mediawiki.git]
/
skins
/
Vector
/
components
/
externalLinks.less
blob
91388c6363bd95c8b1ceb4864b4e73dbf13c3cd6
1
@import "mediawiki.mixins.less";
2
// External links
3
#content {
4
.external {
5
background-position: center right;
6
background-repeat: no-repeat;
7
.background-image-svg('images/external-link-ltr-icon.svg', 'images/external-link-ltr-icon.png');
8
padding-right: 13px;
9
}
10
}