111
edits
m (→span.count) |
|||
Line 10: | Line 10: | ||
For all cases of the count class (span.count) I would like the parenthesis inside the span, so: | For all cases of the count class (span.count) I would like the parenthesis inside the span, so: | ||
<tt><td class="rating">9.33 (<span class="count">723</span>)</td></tt> | <tt><td class="rating">9.33 (<span class="count">723</span>)</td></tt> | ||
Should be | Should be | ||
<tt><td class="rating">9.33 <span class="count">(723)</span></td></tt> | <tt><td class="rating">9.33 <span class="count">(723)</span></td></tt> | ||
Let's see if I can find them all: | Let's see if I can find them all: | ||
* div.anime_all div.info span.rating.anime | * div.anime_all div.info span.rating.anime |
edits