Plugin Directory

Changeset 2025199


Ignore:
Timestamp:
02/05/2019 01:14:28 PM (7 years ago)
Author:
janiko
Message:

css updated

Location:
zotero-notes/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zotero-notes/trunk/class.zotero-notes-citation.php

    r2022904 r2025199  
    144144    public function display_html() {
    145145
    146         $html = "<li>";
     146        $html = "<div id='footer_zotero'>";
     147        $html .= "<li>";
    147148       
    148149        $html .= "<span id='zotero-ref-p" . $this->get_post_id() . "-r" . $this->get_ref_num() . "'> ";
     
    252253        $html .= "</span>";
    253254        $html .= "</li>";
     255        $html .= "</div>";
    254256
    255257        return $html;
  • zotero-notes/trunk/css/plugin.css

    r2015524 r2025199  
    11
    22#zotero_notes_footer {
     3    margin-left: 2px;
    34    font-size: x-small;
    45    line-height: 1.2em;
    56    margin-top: 0px;
    6     margin-left: 2px;
    77}
    88
     
    1313#zotero_notes_footer ol {
    1414    display: block;
    15     margin-left: 2em;
     15    margin-left: 2px;
    1616}
    1717
     
    2020    list-style-position: outside;
    2121    margin-bottom: 8px;
     22    margin-left: 4em;
     23    margin-right: 2em;
    2224}
    2325
  • zotero-notes/trunk/readme.txt

    r2022904 r2025199  
    5151== Changelog ==
    5252
    53 = 1.0.3 (b) =
     53= 1.0.3 (c) =
    5454Display function updated (when author is empty)
    5555
  • zotero-notes/trunk/zotero-notes.php

    r2018529 r2025199  
    33 * Plugin Name: Zotero Notes
    44 * Description: Simple footnote references using Zotero
    5  * Version: 1.0.3
     5 * Version: 1.0.4
    66 * Author: Janiko 
    77 * Author URI: http://geba.fr
Note: See TracChangeset for help on using the changeset viewer.