Changeset 2025199
- Timestamp:
- 02/05/2019 01:14:28 PM (7 years ago)
- Location:
- zotero-notes/trunk
- Files:
-
- 4 edited
-
class.zotero-notes-citation.php (modified) (2 diffs)
-
css/plugin.css (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
zotero-notes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zotero-notes/trunk/class.zotero-notes-citation.php
r2022904 r2025199 144 144 public function display_html() { 145 145 146 $html = "<li>"; 146 $html = "<div id='footer_zotero'>"; 147 $html .= "<li>"; 147 148 148 149 $html .= "<span id='zotero-ref-p" . $this->get_post_id() . "-r" . $this->get_ref_num() . "'> "; … … 252 253 $html .= "</span>"; 253 254 $html .= "</li>"; 255 $html .= "</div>"; 254 256 255 257 return $html; -
zotero-notes/trunk/css/plugin.css
r2015524 r2025199 1 1 2 2 #zotero_notes_footer { 3 margin-left: 2px; 3 4 font-size: x-small; 4 5 line-height: 1.2em; 5 6 margin-top: 0px; 6 margin-left: 2px;7 7 } 8 8 … … 13 13 #zotero_notes_footer ol { 14 14 display: block; 15 margin-left: 2 em;15 margin-left: 2px; 16 16 } 17 17 … … 20 20 list-style-position: outside; 21 21 margin-bottom: 8px; 22 margin-left: 4em; 23 margin-right: 2em; 22 24 } 23 25 -
zotero-notes/trunk/readme.txt
r2022904 r2025199 51 51 == Changelog == 52 52 53 = 1.0.3 ( b) =53 = 1.0.3 (c) = 54 54 Display function updated (when author is empty) 55 55 -
zotero-notes/trunk/zotero-notes.php
r2018529 r2025199 3 3 * Plugin Name: Zotero Notes 4 4 * Description: Simple footnote references using Zotero 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Author: Janiko 7 7 * Author URI: http://geba.fr
Note: See TracChangeset
for help on using the changeset viewer.