equal
deleted
inserted
replaced
112 } |
112 } |
113 |
113 |
114 .play-tagcloud li { |
114 .play-tagcloud li { |
115 float: left; width: 98px; height: 10px; |
115 float: left; width: 98px; height: 10px; |
116 line-height: 10px; |
116 line-height: 10px; |
117 text-align: center; |
117 text-align: center; cursor: pointer; |
118 } |
118 } |
|
119 |
|
120 .play-tagcloud li.selected { |
|
121 background: #FFFF00; color: #000000; |
|
122 } |
119 |
123 |
120 .play-tagcloud li:nth-child(3n+2) { |
124 .play-tagcloud li:nth-child(3n+2) { |
121 margin-top: 5px; |
125 margin-top: 5px; |
122 } |
126 } |
123 |
127 |