Quote:
Originally Posted by Nick_1964
edit:
But the given regex doesn't work.
Seek regex: line-height:\s*1\.\d* and replace by line-height: 1.5em or Seek regex: line-height: \s*1\.\d* and replace it by line-height: 1.5em.
in the original .css the line is : line-height: 1.5em, there is a space between the : and the 1.5... I now gonna edit the .css file and remove the space, just to see if the regex does work and the space is a problem...
|

Oops
I should have written \s* which is 0 or more whitespace