You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/10 16:25:08 UTC

svn commit: r1299224 - /maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css

Author: simonetripodi
Date: Sat Mar 10 15:25:08 2012
New Revision: 1299224

URL: http://svn.apache.org/viewvc?rev=1299224&view=rev
Log:
removed unneeded elements, reduced body right/left padding

Modified:
    maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css

Modified: maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css?rev=1299224&r1=1299223&r2=1299224&view=diff
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css (original)
+++ maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css Sat Mar 10 15:25:08 2012
@@ -17,16 +17,6 @@
  * under the License.
  */
 
-.clearfix {
-  *zoom: 1;
-}
-.clearfix:before, .clearfix:after {
-  display: table;
-  content: "";
-}
-.clearfix:after {
-  clear: both;
-}
 body {
   margin: 0;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -34,8 +24,8 @@ body {
   line-height: 18px;
   color: #333333;
   background-color: #ffffff;
-  padding-left: 15px;
-  padding-right: 15px;
+  padding-left: 10px;
+  padding-right: 10px;
 }
 a {
   color: #0088cc;