Plugin Directory

Changeset 544927


Ignore:
Timestamp:
05/16/2012 02:40:44 PM (14 years ago)
Author:
golddave
Message:

Small CSS update for 2.0.1

Location:
mlb-standings
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • mlb-standings/trunk/MLBStandings.php

    r544469 r544927  
    44Plugin URI: http://nothing.golddave.com/plugins/mlb-standings/
    55Description: Displays the standings for a given division of MLB as either a sidebar widget or template tag.
    6 Version: 2.0
     6Version: 2.0.1
    77Author: David Goldstein
    88Author URI: http://nothing.golddave.com
     
    1212Change Log
    1313
    14 1.1
     142.0.1
     15  * Minor CSS change.
     16
     172.0
    1518  * Added option to highlight team in standings.
    1619  * Added AJAX menu for team selection. Only teams from the selected division will be available in the team select box.
  • mlb-standings/trunk/readme.txt

    r544469 r544927  
    4040
    4141== Changelog ==
     42= 2.0.1 =
     43* Minor CSS change.
     44
    4245= 2.0 =
    4346* Added option to highlight team in standings.
     
    5962
    6063== Upgrade Notice ==
     64= 2.0.1 =
     65Minor CSS change.
     66
    6167= 2.0 =
    6268Added setting to highlight a team, removed cURL dependency and more under the hood optimizations.
  • mlb-standings/trunk/standings.css

    r544246 r544927  
    77/* Standings body class. */
    88#mlb_standings_body table {
    9     width: 10%;
     9    width: 100%;
    1010    padding: 2px;
    1111    border-collapse: collapse; 
Note: See TracChangeset for help on using the changeset viewer.