CSS in Themes in Red

pabloconradpabloconrad Registered Users Posts: 97 Big grins
edited March 12, 2014 in SmugMug Customization
What does it mean when part of the css is in red?

Especially if it concerns swapping the thumbs and main image:

.sm-gallery-smugmug .sm-gallery-images.yui3-g {
webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}


Thanks in advance
Paul Conrad
Photojournalist
Pablo Conrad Photography
Seattle, WA, USA
c: 206-450-8632

Comments

  • phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited March 11, 2014
    What does it mean when part of the css is in red?

    You are using the wrong syntax, you are missing a leading -
    [SIZE=4][B][COLOR=Red]-[/COLOR][/B][/SIZE]webkit-flex-direction[B]:[/B] row !important;
    

    Some kind of a CSS syntax checker...
  • pabloconradpabloconrad Registered Users Posts: 97 Big grins
    edited March 12, 2014
    phaserbeam wrote: »
    You are using the wrong syntax, you are missing a leading -
    [SIZE=4][B][COLOR=Red]-[/COLOR][/B][/SIZE]webkit-flex-direction[B]:[/B] row !important;
    

    Some kind of a CSS syntax checker...

    DOH!!!

    Thank you!!
    Paul Conrad
    Photojournalist
    Pablo Conrad Photography
    Seattle, WA, USA
    c: 206-450-8632
Sign In or Register to comment.