Plugin Directory

Changeset 404019


Ignore:
Timestamp:
07/03/2011 09:58:52 AM (15 years ago)
Author:
gunglien
Message:

readme.txt fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-webticker/trunk/readme.txt

    r404008 r404019  
    1 <?php
    2 
    31=== WP-webTicker ===
    42Contributors: gunglien
     
    6260    right:-2px;
    6361}
     62
    6463.tickercontainer { // the outer div
    6564    background: #7a7a7a;
     
    7069    overflow: hidden;
    7170}
     71
    7272.tickercontainer .mask { // that serves as a mask. so you get a sort of padding both left and right
    7373    position: relative;
     
    7878    overflow: hidden;
    7979}
    80 ul.newsticker { // that's your list
     80
     81ul.newsticker {
    8182    position: relative;
    8283    margin-left: 20px;
     
    8687    padding: 0;
    8788}
     89
    8890ul.newsticker li {
    8991    float: left; // important so they rotate properly
     
    9193    padding-right: 15px;
    9294}
     95
    9396ul.newsticker a {
    9497    white-space: nowrap;
     
    98101    margin: 0 50px 0 0;
    99102}
    100     ul.newsticker span {
     103
     104ul.newsticker span {
    101105    margin: 0 10px 0 0;
    102106}
Note: See TracChangeset for help on using the changeset viewer.