diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
| commit | bab51d27ace206c9c691ab7a43657774cbd2b852 (patch) | |
| tree | 771632d8ac02f4b3e279655d999e06c2eadaef80 /examples/theme | |
| parent | d5cd040f57b5b1036a7a927332a3220cceefae43 (diff) | |
| download | bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.tar.xz bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.zip | |
Refactor panels to have a base class for improved flexibility when customizing (and no overriding to start, too)
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index a44a8220a..868e829f3 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -309,7 +309,7 @@ </div> <div class="row"> <div class="col-sm-4"> - <div class="panel"> + <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Panel title</h3> </div> |
