You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/06/01 23:32:36 UTC

svn commit: r1683007 - /comdev/projects.apache.org/site/styles.css

Author: hboutemy
Date: Mon Jun  1 21:32:35 2015
New Revision: 1683007

URL: http://svn.apache.org/r1683007
Log:
reduce margin

Modified:
    comdev/projects.apache.org/site/styles.css

Modified: comdev/projects.apache.org/site/styles.css
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/styles.css?rev=1683007&r1=1683006&r2=1683007&view=diff
==============================================================================
--- comdev/projects.apache.org/site/styles.css (original)
+++ comdev/projects.apache.org/site/styles.css Mon Jun  1 21:32:35 2015
@@ -113,7 +113,7 @@ body {
   border: 1px solid #000;
   float: left;
   height: auto;
-  margin: 30px;
+  margin: 10px 0px 0px 10px;
 }
 .leftbar ul {
   margin: 0;
@@ -153,9 +153,19 @@ body {
   border-radius: 10px;
   background-color: #EEF0FC;
   float: left;
-  margin: 30px;
+  margin: 10px;
 }
 
+#contents {
+  padding: 15px;
+  min-width: 800px;
+  max-width: 1160px;
+  min-height: 400px;
+  border-radius: 10px;
+  background-color: #EEF0FC;
+  float: left;
+  margin: 10px;
+}
 #contents blockquote {
   margin: 5px;
   margin-left: 30px;