Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Inna Belaya committed Nov 10, 2014
1 parent 4ef2578 commit 56ce526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions common.blocks/z-index-group/z-index-group.en.md
Expand Up @@ -12,22 +12,20 @@

## Block overview

`z-index-group` block places the blocks in layers one above the others. [level](#index-level) modifier controls the layer position on the `z`-axis.
`z-index-group` block places the blocks in layers one above the others. [level](#index-level) modifier controls the block layer position on the `z`-axis.

### Modifiers of the block

<a name="index-level"></a>

#### `level` modifier

Available values: Integer number from 0 to 9.
Available values: integer number from 0 to 9.

Use cases: `BEMJSON`, `JS`.

When blocks overlap, `level` modifier determines which one covers the other.

Чем больше значение модификатора `level`, тем выше находится слой. При равном значении `level` на переднем плане находится тот слой, который в BEMJSON задекларирован позже.

A block with a larger `level` value covers a block with a lower one. If two blocks have the same `level` value, a block that is declared in BEMJSON declaration later will cover the other one.

```js
Expand Down
7 changes: 2 additions & 5 deletions common.blocks/z-index-group/z-index-group.ru.md
Expand Up @@ -12,15 +12,15 @@

## Обзор блока

Блок `z-index-group` располагает блоки слоями друг над другом. Их размещением по z-оси управляет модификатор [level}(#index-level).
Блок `z-index-group` располагает блоки слоями друг над другом. Их размещением по z-оси управляет модификатор [level](#index-level).

### Модификаторы блока

<a name="index-level"></a>

#### Модификатор `level`

Допустимые значения: Целые числа от 0 до 9.
Допустимые значения: целые числа от 0 до 9.

Способы использования: `BEMJSON`, `JS`.

Expand All @@ -38,6 +38,3 @@
content : 'I am under the block with { level : 2 } value!'
}
```
nt : 'I am under the block with { level : 2 } value!'
}
```

0 comments on commit 56ce526

Please sign in to comment.