css.link.css Maven / Gradle / Ivy
/* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php) */
/**
* Link with a note.
*
* It will be shown like: "Link (note)".
*
* The note should be marked with note right next to the link name.
*
* So a noted link would be: Link note.
*/
.link-noted .note {
font-size: 65%;
}
.link-noted .note:before {
content: "(";
}
.link-noted .note:after {
content: ")";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy