You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by do...@apache.org on 2015/01/12 23:34:24 UTC

svn commit: r1651218 - in /incubator/corinthia/www: contribute_committer.html contribute_community.html contribute_howto.html css/corinthia.css footer.html index.html learnmore.html policy_coding.html policy_git.html

Author: dortef
Date: Mon Jan 12 22:34:24 2015
New Revision: 1651218

URL: http://svn.apache.org/r1651218
Log:
update to make footer have correct linespacing

Added:
    incubator/corinthia/www/css/corinthia.css
Modified:
    incubator/corinthia/www/contribute_committer.html
    incubator/corinthia/www/contribute_community.html
    incubator/corinthia/www/contribute_howto.html
    incubator/corinthia/www/footer.html
    incubator/corinthia/www/index.html
    incubator/corinthia/www/learnmore.html
    incubator/corinthia/www/policy_coding.html
    incubator/corinthia/www/policy_git.html

Modified: incubator/corinthia/www/contribute_committer.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/contribute_committer.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/contribute_committer.html (original)
+++ incubator/corinthia/www/contribute_committer.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Committers</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Modified: incubator/corinthia/www/contribute_community.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/contribute_community.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/contribute_community.html (original)
+++ incubator/corinthia/www/contribute_community.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Community</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Modified: incubator/corinthia/www/contribute_howto.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/contribute_howto.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/contribute_howto.html (original)
+++ incubator/corinthia/www/contribute_howto.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Contribute</title>
     <link rel="stylesheet" href="css/foundation.css" />
+        <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Added: incubator/corinthia/www/css/corinthia.css
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/css/corinthia.css?rev=1651218&view=auto
==============================================================================
--- incubator/corinthia/www/css/corinthia.css (added)
+++ incubator/corinthia/www/css/corinthia.css Mon Jan 12 22:34:24 2015
@@ -0,0 +1,5 @@
+/* Default paragraph styles */
+.psmall {
+  line-height: 1.0;
+  font-size: 60%;
+  }

Modified: incubator/corinthia/www/footer.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/footer.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/footer.html (original)
+++ incubator/corinthia/www/footer.html Mon Jan 12 22:34:24 2015
@@ -2,12 +2,12 @@
     <div class="row">      
 	  <div class="hide-for-small large-3 medium-3 columns"><a href="http://incubator.apache.org"><img src="img/incubatorlogo.png" width="229" height="57" alt="" 
 	  title="apache incubator logo" /></a></div>
-  	  <div class="small-9 large-9 medium-9 columns"><p><small>Apache Corinthia is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored 
+  	  <div class="small-9 large-9 medium-9 columns"><p calss="psmall">Apache Corinthia is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored 
 			by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates 
 			that the infrastructure, communications, and decision making process have stabilized in a manner consistent with 
 			other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or 
 			stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. 
-			Apache Corinthia is distributed under the Apache License v2.0.</small></p>
+			Apache Corinthia is distributed under the Apache License v2.0.</p>
 	  </div>
 	</div>		
   

Modified: incubator/corinthia/www/index.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/index.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/index.html (original)
+++ incubator/corinthia/www/index.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Welcome</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Modified: incubator/corinthia/www/learnmore.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/learnmore.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/learnmore.html (original)
+++ incubator/corinthia/www/learnmore.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Background</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Modified: incubator/corinthia/www/policy_coding.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/policy_coding.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/policy_coding.html (original)
+++ incubator/corinthia/www/policy_coding.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Coding</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>

Modified: incubator/corinthia/www/policy_git.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/policy_git.html?rev=1651218&r1=1651217&r2=1651218&view=diff
==============================================================================
--- incubator/corinthia/www/policy_git.html (original)
+++ incubator/corinthia/www/policy_git.html Mon Jan 12 22:34:24 2015
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Corinthia | Git</title>
     <link rel="stylesheet" href="css/foundation.css" />
+    <link rel="stylesheet" href="css/corinthia.css" />
     <script src="js/vendor/modernizr.js"></script>
   </head>
   <body>