Skip to content
Snippets Groups Projects
Commit 41d7c8ab authored by Andreas Gohr's avatar Andreas Gohr
Browse files

made link icons smaller

parent 765fba80
No related branches found
No related tags found
No related merge requests found
......@@ -44,15 +44,17 @@
/* external link */
.dokuwiki a.urlextern {
background-image: url(images/external-link.png);
padding: 0 0 0 17px;
padding: 0 0 0 15px;
}
/* windows share */
.dokuwiki a.windows {
background-image: url(images/unc.png);
padding: 0 0 0 16px;
}
/* email link */
.dokuwiki a.mail {
background-image: url(images/email.png);
padding: 0 0 0 16px;
}
/* icons of the following are set by dokuwiki in lib/exe/css.php */
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment