Repository: struts Updated Branches: refs/heads/master 6070b57f7 -> 72e6f7073
http://git-wip-us.apache.org/repos/asf/struts/blob/72e6f707/apps/showcase/src/main/webapp/styles/main.css ---------------------------------------------------------------------- diff --git a/apps/showcase/src/main/webapp/styles/main.css b/apps/showcase/src/main/webapp/styles/main.css index ae5f084..92e23b1 100644 --- a/apps/showcase/src/main/webapp/styles/main.css +++ b/apps/showcase/src/main/webapp/styles/main.css @@ -16,4 +16,12 @@ body { .errorMessage, label.errorLabel { color: red; } -label.errorLabel \ No newline at end of file + +.wwFormTable tr { + padding-bottom: 5px; +} + +.page-header, .footer { + margin-left: 10px; + margin-right: 10px; +} http://git-wip-us.apache.org/repos/asf/struts/blob/72e6f707/apps/showcase/src/main/webapp/token/index.html ---------------------------------------------------------------------- diff --git a/apps/showcase/src/main/webapp/token/index.html b/apps/showcase/src/main/webapp/token/index.html index f8d0f8f..b224dd7 100644 --- a/apps/showcase/src/main/webapp/token/index.html +++ b/apps/showcase/src/main/webapp/token/index.html @@ -10,8 +10,8 @@ <div class="container-fluid"> - <div class="row-fluid"> - <div class="span12" style="text-align: center;"> + <div class="row"> + <div class="col-md-12" style="text-align: center;"> <p> These examples illustrate Struts build in support of using tokens to prevent double post. http://git-wip-us.apache.org/repos/asf/struts/blob/72e6f707/apps/showcase/src/main/webapp/wait/index.html ---------------------------------------------------------------------- diff --git a/apps/showcase/src/main/webapp/wait/index.html b/apps/showcase/src/main/webapp/wait/index.html index d354965..08cb153 100644 --- a/apps/showcase/src/main/webapp/wait/index.html +++ b/apps/showcase/src/main/webapp/wait/index.html @@ -11,8 +11,8 @@ <div class="container-fluid"> - <div class="row-fluid"> - <div class="span12" style="text-align: center;"> + <div class="row"> + <div class="col-md-12" style="text-align: center;"> <p> These examples illustrate Struts build in support for execute and wait.