mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Style api links with external icon
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118564 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f397d494e0
commit
52507bd063
@ -96,6 +96,13 @@ p { font-size: 12px; line-height: 18px; margin-bottom: 18px; }
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Links to API */
|
||||||
|
#left-column a[href^="http://api."] {
|
||||||
|
padding: 2px;
|
||||||
|
font-family: Monaco, 'Bitstream Vera Sans Mono', Courier, monospace;
|
||||||
|
background: url(../../ssorgsites/images/external_link.png) no-repeat right 3px;
|
||||||
|
padding-right: 14px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* TOC
|
* TOC
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user