Skip to content

Commit

Permalink
#510 column CSS class for 2 columns layout must be bx-layout-column-h…
Browse files Browse the repository at this point in the history
…alt instead of bx-layout-column-thin
  • Loading branch information
AlexTr committed Nov 29, 2016
1 parent 3a3b805 commit 40b9ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/layout_topbottom_area_2_columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<bx_include_auto:_row_1_column.html />

<div class="bx-layout-row bx-clearfix">
<div class="bx-layout-col bx-layout-2-columns-column1 bx-layout-column-thin">
<div class="bx-layout-col bx-layout-2-columns-column1 bx-layout-column-half">
<div class="bx-layout-cell bx-def-padding-sec-right" id="bx-layout-cell-2">
__cell_2__
</div>
</div>
<div class="bx-layout-col bx-layout-2-columns-column2 bx-layout-column-thin">
<div class="bx-layout-col bx-layout-2-columns-column2 bx-layout-column-half">
<div class="bx-layout-cell bx-def-padding-sec-left" id="bx-layout-cell-3">
__cell_3__
</div>
Expand Down

0 comments on commit 40b9ea1

Please sign in to comment.