facebook

css editor destroys valid css

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249215 Reply

    osesm
    Member

    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.

    #249227 Reply

    Riyad Kalla
    Member

    This is a known problem that has been filed, I will try and bump the priority on this. Sorry for the hassle.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: css editor destroys valid css

You must be logged in to post in the forum log in