You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/09/16 20:39:53 UTC

svn commit: r1523752 - in /incubator/climate/site/trunk/content: community/people.mdtext css/main.css

Author: joyce
Date: Mon Sep 16 18:39:53 2013
New Revision: 1523752

URL: http://svn.apache.org/r1523752
Log:
Add striping to committer table and adjust margins

Modified:
    incubator/climate/site/trunk/content/community/people.mdtext
    incubator/climate/site/trunk/content/css/main.css

Modified: incubator/climate/site/trunk/content/community/people.mdtext
URL: http://svn.apache.org/viewvc/incubator/climate/site/trunk/content/community/people.mdtext?rev=1523752&r1=1523751&r2=1523752&view=diff
==============================================================================
--- incubator/climate/site/trunk/content/community/people.mdtext (original)
+++ incubator/climate/site/trunk/content/community/people.mdtext Mon Sep 16 18:39:53 2013
@@ -23,7 +23,7 @@ Apache Open Climate Workbench is a commu
 <div class="container">
 	<div class="row">
 		<div class="span6 offset3">
-			<table class="table" id="committer-table">
+			<table class="table table-striped" id="committer-table">
 				<thead>
 					<tr>
 						<th>Committer Id</th>

Modified: incubator/climate/site/trunk/content/css/main.css
URL: http://svn.apache.org/viewvc/incubator/climate/site/trunk/content/css/main.css?rev=1523752&r1=1523751&r2=1523752&view=diff
==============================================================================
--- incubator/climate/site/trunk/content/css/main.css (original)
+++ incubator/climate/site/trunk/content/css/main.css Mon Sep 16 18:39:53 2013
@@ -1,5 +1,6 @@
 #committer-table {
 	table-layout: fixed;
+	margin-top: 2em;
 }
 
 #committer-table * {