Sha256: 3e1c849583b7b928b90d98cecec5471294a0ef60969cb7c1bd673e3dd7de4ed8

Contents?: true

Size: 1.79 KB

Versions: 2

Compression:

Stored size: 1.79 KB

Contents

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE adjustment stylesheet for YAML vlist navigation
 *      Import this file within the IE-patch-file if needed in your layout
 *
 * (de) IE Anpassungs-Stylesheet für YAML vlist-Navigation
 *      Einbindung ins Layout erfolgt über den Import innerhalb des IE-Anspassungs-Stylesheet
 *
 * @copyright       Copyright 2005-2011, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media screen, projection {
  /**
   * Box Model Bug
   * (en) Adjustment of width values for list elements of the menu in IE 5.x/Win.
   *      Note:If IE6 is running in quirks mode, it also needs 100% values!
   *
   * (de) Korrektur der Breitenangaben der Listenelemente des Submenüs im IE 5.x/Win.
   *      Hinweis:Befindet sich der IE6 im Quirks Mode, so benötigt er ebenfalls 100%-Werte !
   *
   * @bugfix
   * @affected   IE 5.x/Win (IE6 in Quirks-Mode)
   * @css-for    IE 5.x/Win, IE6
   * @valid      no
   */
  /* title */
  * html {
    h6.vlist {
      width: 100%;
      w\idth: 90%; }
    .vlist li {
      a, strong, span {
        width: 100%;
        w\idth: 90%; }
      ul li {
        a, strong, span {
          width: 100%;
          w\idth: 80%; }
        ul li {
          a, strong, span {
            width: 100%;
            w\idth: 70%; }
          ul li {
            a, strong, span {
              width: 100%;
              w\idth: 60%; } } } } } }
  /* level 1 */
  /* level 2 */
  /* level 3 */
  /* level 4 */ }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cyaml-0.0.35 stylesheets/cyaml/patches/patch_nav_vlist.scss
cyaml-0.0.34 stylesheets/cyaml/patches/patch_nav_vlist.scss