summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-10 13:46:05 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-10 13:46:05 +0100
commitdeb21334572e4bef961db6a6734b0a59645580c5 (patch)
tree77bf4b72b472f5ab15ffd5065ce7ad4a0cbeda09
parent277d68dca3f85539c06d00e1e1627f54960391ab (diff)
fix changeling + minor
-rw-r--r--demos/site/protected/Layouts/MainLayout.tpl1
-rw-r--r--demos/site/protected/Pages/About.page1
-rw-r--r--demos/site/protected/Pages/Demos.page1
-rw-r--r--demos/site/protected/Pages/Documentation.page1
-rw-r--r--demos/site/protected/Pages/Download.page3
-rwxr-xr-xdemos/site/protected/Pages/Home.page1
-rw-r--r--demos/site/protected/Pages/License.page1
-rw-r--r--demos/site/protected/Pages/Tos.page1
-rwxr-xr-xdemos/site/themes/Prado/style.css2
9 files changed, 9 insertions, 3 deletions
diff --git a/demos/site/protected/Layouts/MainLayout.tpl b/demos/site/protected/Layouts/MainLayout.tpl
index 72377ed5..8b523aed 100644
--- a/demos/site/protected/Layouts/MainLayout.tpl
+++ b/demos/site/protected/Layouts/MainLayout.tpl
@@ -36,7 +36,6 @@
</div>
</div>
<com:TContentPlaceHolder ID="Main" />
- <div style="clear: both;"></div>
<div id="footer">
<com:THyperLink
NavigateUrl="<%= $this->Service->constructUrl('Tos') %>"
diff --git a/demos/site/protected/Pages/About.page b/demos/site/protected/Pages/About.page
index 62d3af2d..62cc09d3 100644
--- a/demos/site/protected/Pages/About.page
+++ b/demos/site/protected/Pages/About.page
@@ -51,5 +51,6 @@ To promote a model of community-driven development, the project repositories wer
Starting from version 3.0, significant efforts are allocated to ensure the quality and stability of PRADO. If we say PRADO v2.x and v1.x are proof-of-concept work, we can say PRADO 3.x has grown up to a project that is suitable for serious business application development.
</p>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/Demos.page b/demos/site/protected/Pages/Demos.page
index dbc7635d..a27a6147 100644
--- a/demos/site/protected/Pages/Demos.page
+++ b/demos/site/protected/Pages/Demos.page
@@ -27,5 +27,6 @@ The following demos are developed using the PRADO framework. They are also avail
<li><a href="<%$ DemoUrl %>/chat/">AJAX Chat</a>: A easy to build web chat application using AJAX controls and Active Records for database access (see <a href="<%$ DemoUrl %>/quickstart/?page=Tutorial.AjaxChat">tutorial</a>).</li>
<li><a href="<%$ DemoUrl %>/time-tracker/"><b>Time Tracker</b></a>: A complete personal project time tracker application using SQLMap for data access.</li>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page
index 25b109ad..977e6c23 100644
--- a/demos/site/protected/Pages/Documentation.page
+++ b/demos/site/protected/Pages/Documentation.page
@@ -37,6 +37,7 @@ The <a href="<%$ DocsUrl %>/manual/">API Manual</a> contains the documentation f
</ul>
--->
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/Download.page b/demos/site/protected/Pages/Download.page
index bdc21221..96dcda6b 100644
--- a/demos/site/protected/Pages/Download.page
+++ b/demos/site/protected/Pages/Download.page
@@ -37,7 +37,7 @@ $(document).ready(function () {
<br/>
<h2>Latest changelog entries</h2>
-<pre id="changeLog">loading...</pre>
+<pre id="changeLog" class="changelog">loading...</pre>
<br/>
<h2>Previous PRADO v3.x releases</h2>
@@ -111,6 +111,7 @@ $(document).ready(function () {
<p>The Source code repository can be accessed anonymously using the following command,</p>
<pre class="instructions">git clone https://github.com/pradosoft/prado.git</pre>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/Home.page b/demos/site/protected/Pages/Home.page
index 470beb9e..039050c1 100755
--- a/demos/site/protected/Pages/Home.page
+++ b/demos/site/protected/Pages/Home.page
@@ -50,6 +50,7 @@
</div>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/License.page b/demos/site/protected/Pages/License.page
index 9636acf9..fe6f7ce4 100644
--- a/demos/site/protected/Pages/License.page
+++ b/demos/site/protected/Pages/License.page
@@ -23,6 +23,7 @@ Redistribution and use in source and binary forms, with or without modification,
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</p>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/protected/Pages/Tos.page b/demos/site/protected/Pages/Tos.page
index 18f4750c..65c67470 100644
--- a/demos/site/protected/Pages/Tos.page
+++ b/demos/site/protected/Pages/Tos.page
@@ -37,6 +37,7 @@ The above policies may change from time to time. PradoSoft will post those chang
This page was last updated on May 2, 2006.
</p>
+<div style="clear: both;"></div>
</div>
</com:TContent> \ No newline at end of file
diff --git a/demos/site/themes/Prado/style.css b/demos/site/themes/Prado/style.css
index 798451c0..b2164941 100755
--- a/demos/site/themes/Prado/style.css
+++ b/demos/site/themes/Prado/style.css
@@ -748,7 +748,7 @@ ul.different
border-bottom: 1px dashed silver;
}
-#changelog
+pre.changelog
{
overflow:scroll;
height: 250px;