Changeset 404019
- Timestamp:
- 07/03/2011 09:58:52 AM (15 years ago)
- File:
-
- 1 edited
-
wp-webticker/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-webticker/trunk/readme.txt
r404008 r404019 1 <?php2 3 1 === WP-webTicker === 4 2 Contributors: gunglien … … 62 60 right:-2px; 63 61 } 62 64 63 .tickercontainer { // the outer div 65 64 background: #7a7a7a; … … 70 69 overflow: hidden; 71 70 } 71 72 72 .tickercontainer .mask { // that serves as a mask. so you get a sort of padding both left and right 73 73 position: relative; … … 78 78 overflow: hidden; 79 79 } 80 ul.newsticker { // that's your list 80 81 ul.newsticker { 81 82 position: relative; 82 83 margin-left: 20px; … … 86 87 padding: 0; 87 88 } 89 88 90 ul.newsticker li { 89 91 float: left; // important so they rotate properly … … 91 93 padding-right: 15px; 92 94 } 95 93 96 ul.newsticker a { 94 97 white-space: nowrap; … … 98 101 margin: 0 50px 0 0; 99 102 } 100 ul.newsticker span { 103 104 ul.newsticker span { 101 105 margin: 0 10px 0 0; 102 106 }
Note: See TracChangeset
for help on using the changeset viewer.