Author: jleroux
Date: Sat Apr 18 15:33:29 2009
New Revision: 766343

URL: http://svn.apache.org/viewvc?rev=766343&view=rev
Log:
Reverted at Tim's demand

Modified:
    ofbiz/site/css/home.css

Modified: ofbiz/site/css/home.css
URL: 
http://svn.apache.org/viewvc/ofbiz/site/css/home.css?rev=766343&r1=766342&r2=766343&view=diff
==============================================================================
--- ofbiz/site/css/home.css (original)
+++ ofbiz/site/css/home.css Sat Apr 18 15:33:29 2009
@@ -1,90 +1,85 @@
 #wrap-out {
-    position: relative;
-    background: #fff url(../images/home-wrapper.jpg) top center no-repeat;
-    width: 945px;
-    margin: 0 auto;
-    text-align: left;
+       position: relative;
+       background: #fff url(../images/home-wrapper.jpg) top center no-repeat;
+       width: 945px;
+       margin: 0 auto;
+       text-align: left;
 }
 
 #header {
-    position: relative;
-    width: 945px;
-    height: 403px;
-    padding: 0;
-    margin: 0 auto;
-    background: transparent;
+       position: relative;
+       width: 945px;
+       height: 403px;
+       padding: 0;
+       margin: 0 auto;
+       background: transparent;
 }
 
 #header #slides {
-    position: absolute;
-    top: 128px;
-    left: 10px;
-    background: url(../images/slideshow-bg.jpg) top center no-repeat;
-    width: 923px;
-    height: 260px;
+       position: absolute;
+       top: 128px;
+       left: 10px;
+       background: url(../images/slideshow-bg.jpg) top center no-repeat;
+       width: 923px;
+       height: 260px;
 }
 
 #header #slides .callout {
-    position: absolute;
-    top: 35px;
-    left: 30px;
-    font-size: 30px;
-    line-height: 30px;
-    color: #2b1f48;
+       position: absolute;
+       top: 35px;
+       left: 30px;
+       font-size: 30px;
+       line-height: 30px;
+       color: #2b1f48;
 }
 
 #header #slides .description {
-    position: absolute;
-    top: 175px;
-    left: 30px;
-    font-size: 14px;
-    line-height: 15px;
-    color: #e0e0e0;
-    width: 350px;
+       position: absolute;
+       top: 175px;
+       left: 30px;
+       font-size: 14px;
+       line-height: 15px;
+       color: #e0e0e0;
+       width: 350px;
 }
 
 #header #slides .slidenav {
-    width: 200px;
-    position: absolute;
-    top: 10px;
-    left: 800px;
+       width: 200px;
+       position: absolute;
+       top: 10px;
+       left: 800px;
 }
 
 #header #slides .slidenav a {
-    margin-right: 20px;
-    border: none;
-    background: none;
+       margin-right: 20px;
+       border: none;
+       background: none;
 }
 
 #header #slides .slidenav a img {
-    background: none;
-    border: none;
-    cursor: pointer;
+       background: none;
+       border: none;
+       cursor: pointer;
 }
 
 #header #slides .mantle{
-    position:absolute;
-    top:58px;
-    left:385px;
+       position:absolute;
+       top:58px;
+       left:385px;
 }
 
-#footer_logo-msg {
-    text-align: center;
-}
-
-
 .downloadNow {
-    margin:30px 0 10px 0;
+       margin:30px 0 10px 0;
 }
 
 .downloadLinks span.docs {
-    float:left;
-    margin:0px 0px 0 0;
-    display:inline;
+       float:left;
+       margin:0px 0px 0 0;
+       display:inline;
 }
 
 .downloadLinks span.previousVersions {
-    float:right;
-    margin:0px 20px 0 0;
-    display:inline;
-}
+       float:right;
+       margin:0px 20px 0 0;
+       display:inline;
+}
\ No newline at end of file


Reply via email to