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:49 UTC

[09/35] git commit: Make layout upgrade for Bootstrap 3

Make layout upgrade for Bootstrap 3


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

Branch: refs/heads/master
Commit: 28e13efb3ca4841fb2d22b9f9446064cfae70c13
Parents: 1820cb2
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 15:39:57 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 15:39:57 2013 -0700

----------------------------------------------------------------------
 .../org/apache/tapestry5/integration/app1/components/Border.tml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/28e13efb/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml
index 98f7e4d..958aba0 100644
--- a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml
+++ b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml
@@ -5,10 +5,9 @@
 </head>
 <body data-floating-console="true">
 
-
 <div class="navbar navbar-inverse navbar-static-top" role="navigation">
-    <div class="navbar-header">
-        <div class="container">
+    <div class="container">
+        <div class="navbar-header">
 
             <t:pagelink t:id="back" class="navbar-brand" page="Index">Tapestry Integration Test Application</t:pagelink>