3802249ec4
- Bugfix: Changed tooltip class to be unique - Bugfix: Changed superscript styling to not manipulate the line height - Bugfix: Changed styling of the footnotes text in the reference container to avoid line breaks - Updated: Reformatted code - Added: new settings tab for custom CSS settings git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@957947 b8457f37-d9ea-0310-8a92-e5e31aec5664
25 lines
No EOL
406 B
CSS
Executable file
25 lines
No EOL
406 B
CSS
Executable file
/**
|
|
* Created by Stefan Herndler.
|
|
* User: Stefan
|
|
* Date: 15.05.14
|
|
* Time: 16:21
|
|
* Version: 1.0.7
|
|
* Since: 1.0
|
|
*/
|
|
|
|
/*
|
|
* styling for the 'footnotes' tag
|
|
* @since 1.0.7
|
|
*/
|
|
.footnote_tag_styling, .footnote_tag_styling:hover {
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.footnote_tag_styling_1 {
|
|
color: #2bb975;
|
|
}
|
|
|
|
.footnote_tag_styling_2 {
|
|
color: #545f5a;
|
|
} |