Changeset 544927
- Timestamp:
- 05/16/2012 02:40:44 PM (14 years ago)
- Location:
- mlb-standings
- Files:
-
- 6 added
- 3 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/MLBStandings.php (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/screenshot-1.jpg (added)
-
tags/2.0.1/screenshot-2.jpg (added)
-
tags/2.0.1/standings.css (added)
-
trunk/MLBStandings.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/standings.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mlb-standings/trunk/MLBStandings.php
r544469 r544927 4 4 Plugin URI: http://nothing.golddave.com/plugins/mlb-standings/ 5 5 Description: Displays the standings for a given division of MLB as either a sidebar widget or template tag. 6 Version: 2.0 6 Version: 2.0.1 7 7 Author: David Goldstein 8 8 Author URI: http://nothing.golddave.com … … 12 12 Change Log 13 13 14 1.1 14 2.0.1 15 * Minor CSS change. 16 17 2.0 15 18 * Added option to highlight team in standings. 16 19 * 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 40 40 41 41 == Changelog == 42 = 2.0.1 = 43 * Minor CSS change. 44 42 45 = 2.0 = 43 46 * Added option to highlight team in standings. … … 59 62 60 63 == Upgrade Notice == 64 = 2.0.1 = 65 Minor CSS change. 66 61 67 = 2.0 = 62 68 Added setting to highlight a team, removed cURL dependency and more under the hood optimizations. -
mlb-standings/trunk/standings.css
r544246 r544927 7 7 /* Standings body class. */ 8 8 #mlb_standings_body table { 9 width: 10 %;9 width: 100%; 10 10 padding: 2px; 11 11 border-collapse: collapse;
Note: See TracChangeset
for help on using the changeset viewer.