Plugin Directory

Changeset 404191


Ignore:
Timestamp:
07/03/2011 09:53:39 PM (15 years ago)
Author:
sproject
Message:

release 0.1.1

Location:
readability/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • readability/trunk/readability.php

    r390868 r404191  
    44Plugin URI: http://www.sproject.name/download/wp-readability/
    55Description: Plugin which lets you to show posts in stylish, legible pop-up window, like in Safari.
    6 Version: 0.1
     6Version: 0.1.1
    77Author: Piotr Sochalewski
    88Author URI: http://www.sproject.name/
     
    113113        }
    114114
    115         return '<small><a href="#readability" id="areadability">'.$readability_settings['readability_link_title'].'</a></small><div style="width: 650px; display:none;"><div id="readability"><h1>'.$title.'</h1>'.$content.'</div></div>';
     115        return '<small><a href="#readability" id="areadability">'.$readability_settings['readability_link_title'].'</a></small><div style="width: 650px; display:none;"><div id="readability"><h1 class="title">'.$title.'</h1>'.$content.'</div></div>';
    116116
    117117    }
  • readability/trunk/readme.txt

    r390870 r404191  
    44Tags: reader, reader, legible, elegant, clear, safari
    55Requires at least: 2.9
    6 Tested up to: 3.1.3
    7 Stable tag: 0.1
     6Tested up to: 3.2-RC3
     7Stable tag: 0.1.1
    88
    99== Description ==
     
    2323
    2424== Changelog ==
     25
     26= 0.1.1 =
     27* Quotations are nice now (and looks like quotations instead of just para).
     28* Updated style for anchors too.
    2529
    2630= 0.1 =
  • readability/trunk/style.css

    r355486 r404191  
    88    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, sans-serif;
    99    font-size: 14pt;
     10    color: #666;
    1011}
    1112
    1213#readability p {
    1314    margin-bottom: 10px;
     15}
     16
     17#readability a, #readability h1.title {
     18    color: #333333;
     19    text-decoration: none;
    1420}
    1521
     
    5763}
    5864
     65#readability blockquote {
     66    margin: 1em 20px;
     67    padding-left: 25px;
     68    background: transparent url(images/quote.jpg) no-repeat;
     69}
     70
     71#readability blockquote * {
     72    font-size: 13pt;
     73    width: 580px;
     74}
     75
    5976#readability img {
    6077    padding: 4px;
Note: See TracChangeset for help on using the changeset viewer.