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/07/19 03:02:38 UTC

git commit: Remove the well from around alerts

Updated Branches:
  refs/heads/master b29772364 -> 4f12ba2f5


Remove the well from around alerts


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

Branch: refs/heads/master
Commit: 4f12ba2f5e1c641e37f2bc40298f885cc5260de1
Parents: b297723
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Jul 18 18:02:23 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Jul 18 18:02:23 2013 -0700

----------------------------------------------------------------------
 .../src/main/coffeescript/META-INF/modules/t5/core/alert.coffee    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4f12ba2f/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
index 64d0d8f..b0f4076 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
@@ -60,14 +60,12 @@ define ["./dom", "./console", "./messages", "./ajax", "underscore"],
     setupUI = (container) ->
 
       container.update """
-         <div class="well">
           <div data-container-type="inner"></div>
           <div class="row-fluid">
             <button class="btn btn-mini pull-right" data-action="dismiss-all">
               <strong>&times;</strong>
               #{messages "core-dismiss-label"}
             </button>
-          </div>
          </div>
          """