You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2012/05/08 13:50:58 UTC

svn commit: r1335439 - in /james/site-cms/trunk: content/index.html templates/basic.html

Author: ieugen
Date: Tue May  8 11:50:58 2012
New Revision: 1335439

URL: http://svn.apache.org/viewvc?rev=1335439&view=rev
Log:
- more styles stuff


Modified:
    james/site-cms/trunk/content/index.html
    james/site-cms/trunk/templates/basic.html

Modified: james/site-cms/trunk/content/index.html
URL: http://svn.apache.org/viewvc/james/site-cms/trunk/content/index.html?rev=1335439&r1=1335438&r2=1335439&view=diff
==============================================================================
--- james/site-cms/trunk/content/index.html (original)
+++ james/site-cms/trunk/content/index.html Tue May  8 11:50:58 2012
@@ -7,12 +7,12 @@
   <div class="hero-unit">
     <div class="row">
       <div class="span10">
-	<img src="images/feather-logo.png" alt="">
+	<img src="assets/images/feather-logo.png" alt="Apach feather logo">
       </div>
       <div class="span3">
 	<div class="featured-video">
 	  <a href="http://youtu.be/eCrtoSTZ2RE">
-	    <img src="images/james-project-logo.gif" width="140" height="85" alt="Apache James Project logo">
+	    <img src="assets/images/james-project-logo.gif" width="140" height="85" alt="Apache James Project logo">
 	  </a>
 	</div>
       </div>
@@ -29,12 +29,12 @@
 
   <!-- Example row of columns -->
   <div class="row">
-    <div class="span6">
+    <div class="span4">
       <h2>Apache James</h2>
       <p>Apache James Server 3.0 provides a mailet container, delegating to independent processing agents known as mailets. It benefits from modular architecture, is built on Spring and is moving towards OSGi. </p>
       <p><a class="btn" href="server/indexs.html">View details &raquo;</a></p>
     </div>
-    <div class="span5">
+    <div class="span4">
       <h2>Protocols</h2>
       <p>Apache James supports the following protocols: 
 	<p>
@@ -50,7 +50,7 @@
 	</p>
 	<p><a class="btn" href="components.html">View details &raquo;</a></p>
     </div>
-    <div class="span5">
+    <div class="span4">
       <h2>Hupa web interface</h2>
       <p>See the extensive list of examples being developed for Java EE 6. All are functional and tested before publishing. Some are documented. These also stream from the continuous integration system.
       </p>
@@ -61,7 +61,7 @@
   <div class="page-header">&nbsp;</div>
 
   <div class="row">
-    <div class="span-two-thirds">
+    <div class="span8">
       <h3>Latest News</h3>
 
       {% for e in blog.list %}
@@ -70,7 +70,7 @@
       <hr>
 	{% endfor %}
     </div>
-    <div class="span-one-third">
+    <div class="span4">
       <div id="twtr-search-widget"></div>
       <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
 	<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>

Modified: james/site-cms/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/james/site-cms/trunk/templates/basic.html?rev=1335439&r1=1335438&r2=1335439&view=diff
==============================================================================
--- james/site-cms/trunk/templates/basic.html (original)
+++ james/site-cms/trunk/templates/basic.html Tue May  8 11:50:58 2012
@@ -13,9 +13,9 @@
       <![endif]-->
       
       <!-- Le styles -->
-      <link href="{{base}}assets/bootstrap/css/bootstrap.css" rel="stylesheet"></link>
+      <link href="{{base}}assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"></link>
+      <link href="{{base}}assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"></link>
       <link href="{{base}}assets/prettify.css" rel="stylesheet"></link>
-      <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"></link>
       
       <style type="text/css">
 	body {



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org