improved some spacing after icons on links
This commit is contained in:
parent
444727c7ed
commit
5cb8424bfc
1 changed files with 3 additions and 1 deletions
|
|
@ -39,11 +39,12 @@
|
||||||
.dokuwiki a.interwiki {
|
.dokuwiki a.interwiki {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0 center;
|
background-position: 0 center;
|
||||||
padding: 0 0 0 17px;
|
padding: 0 0 0 20px;
|
||||||
}
|
}
|
||||||
/* external link */
|
/* external link */
|
||||||
.dokuwiki a.urlextern {
|
.dokuwiki a.urlextern {
|
||||||
background-image: url(images/link_icon.gif);
|
background-image: url(images/link_icon.gif);
|
||||||
|
padding: 0 0 0 17px;
|
||||||
}
|
}
|
||||||
/* windows share */
|
/* windows share */
|
||||||
.dokuwiki a.windows {
|
.dokuwiki a.windows {
|
||||||
|
|
@ -60,4 +61,5 @@
|
||||||
}
|
}
|
||||||
/* interwiki link */
|
/* interwiki link */
|
||||||
.dokuwiki a.interwiki {
|
.dokuwiki a.interwiki {
|
||||||
|
padding: 0 0 0 17px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue