Changeset 15617

Show
Ignore:
Timestamp:
07/21/07 05:21:52 (1 year ago)
Author:
GamerZ
Message:

Added .wp-polls-archive CS Style

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-polls/trunk/polls/polls-css.css

    r14411 r15617  
    1717 
    1818 
     19.wp-polls-archive { 
     20      /* background-color: #ffffff; */ 
     21} 
    1922.wp-polls, .wp-polls-form { 
    2023      /* background-color: #ffffff; */ 
  • wp-polls/trunk/polls/polls.php

    r15572 r15617  
    777777 
    778778      // Poll Archives 
    779       $pollsarchive_output_archive .= "<div class=\"wp-polls\">\n"; 
     779      $pollsarchive_output_archive .= "<div class=\"wp-polls wp-polls-archive\">\n"; 
    780780      foreach($polls_questions as $polls_question) { 
    781781            // Most/Least Variables 
  • wp-polls/trunk/polls/wp-polls.pot

    r15572 r15617  
    33"Project-Id-Version: WP-Polls 2.21\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-07-20 04:50+0800\n" 
     5"PO-Revision-Date: 2007-07-21 13:20+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Ravan <ravanhagen@gmail.com>\n" 
  • wp-polls/trunk/readme.html

    r14641 r15617  
    247247                  </p> 
    248248                  <p> 
     249                        <strong>Screenshots:</strong><br /> 
     250                        <strong>&raquo;</strong> <a href="http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/" title="http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/">http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/</a> 
     251                  </p> 
     252                  <p> 
    249253                        <strong>Demo:</strong><br /> 
    250254                        <strong>&raquo;</strong> <a href="http://www.lesterchan.net/wordpress/" title="http://www.lesterchan.net/wordpress/">http://www.lesterchan.net/wordpress/</a> 
     
    295299                              <strong>Version 2.21 (01-10-2007)</strong> 
    296300                              <ul> 
     301                                    <li>NEW: New CSS Style For WP-Polls Archive (.wp-polls-archive)</li> 
    297302                                    <li>NEW: Uses WP-Stats Filter To Add Stats Into WP-Stats Page</li> 
    298303                                    <li>FIXED: Some Text Not Translated In Polls Widget</li>