Skip to content

Instantly share code, notes, and snippets.

@machal
Created May 2, 2013 11:23
Show Gist options
  • Select an option

  • Save machal/5501596 to your computer and use it in GitHub Desktop.

Select an option

Save machal/5501596 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--[if lt IE 9]> <html class="no-js old-ie"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html lang="cs">
<!-- Obsah HTML -->
</html>
// Obsahovy kontejner Bootstrapu
.container-fluid {
max-width: 940px;
.old-ie & {
width: 940px;
}
}
// --- Vertikalni varianta pro velke screeny ---
.nav {
// Verze pro velke displeje:
@media (min-width: @largeDisplayStart) {
.sw-main-navigation-vertical;
}
// Verze pro velke displeje: IE8-
.old-ie & {
.sw-main-navigation-vertical;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment