Author: rmarroquin
Date: Tue May 7 21:52:33 2013
New Revision: 1480110
URL: http://svn.apache.org/r1480110
Log: (empty)
Modified:
gora/site/trunk/content/mailing_lists.md
gora/site/trunk/content/resources/css/gora.css
Modified: gora/site/trunk/content/mailing_lists.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/mailing_lists.md?rev=1480110&r1=1480109&r2=1480110&view=diff
==============================================================================
--- gora/site/trunk/content/mailing_lists.md (original)
+++ gora/site/trunk/content/mailing_lists.md Tue May 7 21:52:33 2013
@@ -2,13 +2,7 @@ Title: Gora Mailing Lists
##Users
If you use Gora, please subscribe to the Gora user mailing list.
-The Gora user mailing list is :
-[[email protected]](mailto:[email protected]).
-* [Subscribe to List](mailto:[email protected])
-* [Unsubscribe from List](mailto:[email protected])
-* [Search List Archive](http://www.mail-archive.com/user%40gora.apache.org/)
-* [View List Archive](http://mail-archives.apache.org/mod_mbox/gora-user/)
-In order to post to the list, it is necessary to first subscribe to it.
+The Gora user mailing list addresses are :
<table class="table">
<thead>
@@ -16,12 +10,12 @@ In order to post to the list, it is nece
<th>Mailing list</th>
<th>Subscribe</th>
<th>Unsubscribe</th>
- <th colspan="2">List Archive</th>
+ <th colspan="2" align="center">List Archive</th>
</tr>
</thead>
<tbody>
<tr>
- <td><a href="mailto:[email protected]">Subscribe</a></td>
+ <td><a href="mailto:[email protected]">Users list</a></td>
<td><a href="mailto:[email protected]">Subscribe</a></td>
<td><a
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a
href="http://www.mail-archive.com/user%40gora.apache.org/">Search</a></td>
@@ -30,16 +24,33 @@ In order to post to the list, it is nece
</tbody>
</table>
+In order to post to the list, it is necessary to first subscribe to it.
+
##Developers
If you'd like to contribute to Gora, please subscribe to the
Gora developer mailing list.
-The Gora developer mailing list is :
+The Gora developer mailing list addresses are :
+
+<table class="table">
+ <thead>
+ <tr>
+ <th>Mailing list</th>
+ <th>Subscribe</th>
+ <th>Unsubscribe</th>
+ <th colspan="2" align="center">List Archive</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><a href="mailto:[email protected]">Dev list</a></td>
+ <td><a href="mailto:[email protected]">Subscribe</a></td>
+ <td><a href="mailto:[email protected]">Unsubscribe</a></td>
+ <td><a
href="http://www.mail-archive.com/dev%40gora.apache.org/">Search</a></td>
+ <td><a
href="http://mail-archives.apache.org/mod_mbox/gora-dev/">List</a></td>
+ </tr>
+ </tbody>
+</table>
-[[email protected]](mailto:[email protected]).
-* [Subscribe to List](mailto:[email protected])
-* [Unsubscribe from List](mailto:[email protected])
-* [Search List Archive](http://www.mail-archive.com/dev%40gora.apache.org/)
-* [View List Archive](http://mail-archives.apache.org/mod_mbox/gora-dev/)
In order to post to the list, it is necessary to first subscribe to it.
##Developers and Committers
@@ -47,11 +58,26 @@ If you'd like to see changes made in Gor
then please subscribe to the Gora commit's mailing list.
The Gora commit's mailing list is :
-[[email protected]](mailto:[email protected]).
-* [Subscribe to List](mailto:[email protected])
-* [Unsubscribe from List](mailto:[email protected])
-* [Search List Archive](http://www.mail-archive.com/commits%40gora.apache.org/)
-* [View List Archive](http://mail-archives.apache.org/mod_mbox/gora-commits/)
+<table class="table">
+ <thead>
+ <tr>
+ <th>Mailing list</th>
+ <th>Subscribe</th>
+ <th>Unsubscribe</th>
+ <th colspan="2" align="center">List Archive</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><a href="mailto:[email protected]">Commits</a></td>
+ <td><a href="mailto:[email protected]">Subscribe</a></td>
+ <td><a
href="mailto:[email protected]">Unsubscribe</a></td>
+ <td><a
href="http://www.mail-archive.com/commits%40gora.apache.org/">Search</a></td>
+ <td><a
href="http://mail-archives.apache.org/mod_mbox/gora-commits/">List</a></td>
+ </tr>
+ </tbody>
+</table>
+
In order to post to the list, it is necessary to first subscribe to it.
Modified: gora/site/trunk/content/resources/css/gora.css
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/resources/css/gora.css?rev=1480110&r1=1480109&r2=1480110&view=diff
==============================================================================
--- gora/site/trunk/content/resources/css/gora.css (original)
+++ gora/site/trunk/content/resources/css/gora.css Tue May 7 21:52:33 2013
@@ -26,3 +26,9 @@ a {
background-color: #382315;
}
+.navbar .brand {
+ max-height: 40px;
+ overflow: visible;
+ padding-top: 0;
+ padding-bottom: 0;
+}