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 {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 center;
|
||||
padding: 0 0 0 17px;
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
/* external link */
|
||||
.dokuwiki a.urlextern {
|
||||
background-image: url(images/link_icon.gif);
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
/* windows share */
|
||||
.dokuwiki a.windows {
|
||||
|
|
@ -60,4 +61,5 @@
|
|||
}
|
||||
/* interwiki link */
|
||||
.dokuwiki a.interwiki {
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue