Before ctrl-shift-F
#pageheader div.navBar {
clear: both;
height: 25px;
background-image: url(../images/navBar_bg_repeat.jpg);
background-repeat: repeat-x;
position: relative;
top: 70px;
overflow: hidden;
}
after ctrl-shift-F
#pageheader div.navBar {
clear: both;
height: 25px;
background-image: url(../images/navbar_bg_repeat.jpg);
background-repeat: repeat-x;
position: relative;
top: 70px;
overflow: hidden;
}
I wasn’t expecting the editor to touch my urls. It makes them all invalid.