Skip to content

Commit

Permalink
docs(grid-list): improve basic grid-list example (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and tinayuangao committed Mar 9, 2017
1 parent 9c14332 commit d173eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/** No CSS for this example */
md-grid-tile {
background: lightblue;
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<md-grid-list cols="2">
<md-grid-list cols="2" rowHeight="2:1">
<md-grid-tile>1</md-grid-tile>
<md-grid-tile>2</md-grid-tile>
<md-grid-tile>3</md-grid-tile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {Component} from '@angular/core';


@Component({
selector: 'grid-list-overview-example',
styleUrls: ['./grid-list-overview-example.css'],
templateUrl: './grid-list-overview-example.html',
})
export class GridListOverviewExample {}

0 comments on commit d173eb1

Please sign in to comment.