You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/08/23 03:19:55 UTC

[15/35] git commit: Remove now-meaningless CSS class

Remove now-meaningless CSS class


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9175ac35
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9175ac35
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9175ac35

Branch: refs/heads/master
Commit: 9175ac35527432336fb08bdde323029bec92f4d3
Parents: ec0fbea
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 16:03:49 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 16:03:49 2013 -0700

----------------------------------------------------------------------
 .../src/main/coffeescript/META-INF/modules/t5/core/console.coffee  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9175ac35/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
index 8c757b9..21b72fe 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/console.coffee
@@ -70,7 +70,7 @@ define ["./dom", "underscore", "./bootstrap"],
                   #{button "disable", "pause", "Disable Console"}
                 </div>
                 <div class="col-md-8">
-                  <input class="form-control input-xlarge" size="40" placeholder="Filter console content">
+                  <input class="form-control" size="40" placeholder="Filter console content">
                 </div>
               </div>
               """