A little hard to explain, but when I write a style rule in my CSS file like this:
#service_areas > div > div > div {
margin-bottom: 10px;
}
It shows up TWICE in Firebug (and the various other CSS browser inspectors).
It shows up once normally, and once with a strike-through of the marging-bottom: 10px
I've double checked my style sheet and I don't repeat that styling.
The first time it appears in the inspector (where it appears normally) right next to it is the location:
http://www.example.com/wp-content/themes/Divi-child/style.css?ver=4.0 (Line 194)
But where it is struck-through, the location is listed as:
http://www.example.com/wp-content/themes/Divi-child/style.css?ver=2.2 (Line 194)
So what is the difference between the ver=4.0 and the ver=2.2 ? Why listed twice? And why is it struck-through in the second listing?
Thanks in advance.
[edited by: not2easy at 5:48 pm (utc) on Nov 13, 2014]
[edit reason] URL Exemplified [/edit]