Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
102 bytes añadidos
, hace 8 años
Línea 204: |
Línea 204: |
| var words = $(this).html().split(' '); | | var words = $(this).html().split(' '); |
| wordsLength = wordsLength + words.length - 1; | | wordsLength = wordsLength + words.length - 1; |
− | $(this).append(' <b>-> '+(wordsLength)+'</b>'); | + | $(this).append(' <span class="dynamicFontLineWordsNumber"> '+(wordsLength)+'</span>'); |
| }); | | }); |
| | | |
Línea 219: |
Línea 219: |
| /*border:1px solid red;*/ | | /*border:1px solid red;*/ |
| display:block; | | display:block; |
| + | width:1000px; |
| + | } |
| + | .dynamicFontLineWordsNumber{ |
| + | text-align:right; |
| } | | } |
| </style> | | </style> |