media query - orientation: landscape

Hello, I just wanted to include the "orientation" tag into my media query, but the attribute is stroken out. Does BS support the "orientation" tag and if yes how do I need to include it? Cheers Holger

This seems to work for me, it got crossed out when it was spelt wrong or I included the semi colon at the end.

@media (orientation:landscape) {
  legend {
    color:red;
  }
}

Legend was just something I was working on at the time.

Saj

Great! Thanks Saj