Roo/bootstrap/Brick.js
authoredward <edward@roojs.com>
Fri, 3 Mar 2017 05:27:42 +0000 (13:27 +0800)
committeredward <edward@roojs.com>
Fri, 3 Mar 2017 05:27:42 +0000 (13:27 +0800)
Roo/bootstrap/Brick.js

index f729ac4..76d7622 100644 (file)
@@ -98,7 +98,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         if(this.title.length){
             cn.push({
                 tag: 'h4',
-                cls: 'masonry-brick-title',
+                cls: 'roo-brick-title',
                 html: this.title
             });
         }
@@ -106,7 +106,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         if(this.html.length){
             cn.push({
                 tag: 'p',
-                cls: 'masonry-brick-text',
+                cls: 'roo-brick-text',
                 html: this.html
             });
         }