Prepare for release version 1.6.2
- Update: Changed the Preview tab - Bugfix: Html tags has been removed in the Reference container when the excerpt mode is enabled git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1026210 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
50f4a3814c
commit
7daa3a2106
6 changed files with 23 additions and 21 deletions
|
@ -29,18 +29,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* tooltip */
|
||||
/*.footnote_tooltip {
|
||||
display: none;
|
||||
background-color: #fff7a7;
|
||||
border: 1px solid #cccc99;
|
||||
border-radius: 3px;
|
||||
padding: 12px;
|
||||
font-size: 13px;
|
||||
-moz-box-shadow: 2px 2px 11px #666;
|
||||
-webkit-box-shadow: 2px 2px 11px #666;
|
||||
}*/
|
||||
|
||||
/* reference container label */
|
||||
.footnote_container_prepare {
|
||||
display: block !important;
|
||||
|
|
Reference in a new issue