Author: Ochikvina
Date: 2011-02-09 03:30:47 -0500 (Wed, 09 Feb 2011)
New Revision: 21556
Modified:
management/design-4x/showcase_markup/index.html
management/design-4x/showcase_markup/styles.css
Log:
Updated markup.
Modified: management/design-4x/showcase_markup/index.html
===================================================================
--- management/design-4x/showcase_markup/index.html 2011-02-09 03:37:42 UTC (rev 21555)
+++ management/design-4x/showcase_markup/index.html 2011-02-09 08:30:47 UTC (rev 21556)
@@ -50,7 +50,7 @@
</div>
<div id="page-content">
<div class="left-menu">
- <div style="height:800px;border:1px solid black;">Panel
Menu</div>
+ <div style="height:700px;border:1px solid black;">Panel
Menu</div>
</div>
<div class="content-container">
<p>Welcome to the demo site for the
<strong>RichFaces</strong> project!</p>
@@ -58,6 +58,7 @@
capabilities into business applications. This demo is the reference for
all <strong>RichFaces</strong> components with examples.</p>
<p>The project homepage is located at <a
href="http://jboss.org/richfaces">http://jboss.org/richfaces...
</div>
+ <div class="clear"></div>
</div>
<div id="footer">
RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version
v.4.0.0-SNAPSHOT SVN r.20520
Modified: management/design-4x/showcase_markup/styles.css
===================================================================
--- management/design-4x/showcase_markup/styles.css 2011-02-09 03:37:42 UTC (rev 21555)
+++ management/design-4x/showcase_markup/styles.css 2011-02-09 08:30:47 UTC (rev 21556)
@@ -110,14 +110,6 @@
min-height:520px;
padding:10px 20px 0;
}
-#page-content:after{
- content: ".";
- display: block;
- clear: both;
- visibility: hidden;
- line-height: 0;
- height: 0;
-}
#page-content .left-menu{
float:left;
margin:5px 10px 5px 0;
@@ -132,4 +124,8 @@
color:#2d4351;
text-align:center;
padding:15px 20px 10px;
+}
+.clear{
+ clear:both;
+ height:0%;
}
\ No newline at end of file