Author: fmui
Date: Wed Dec 26 19:34:55 2012
New Revision: 1425997
URL: http://svn.apache.org/viewvc?rev=1425997&view=rev
Log:
CMS commit to chemistry by fmui
Modified:
chemistry/site/trunk/content/index.mdtext
chemistry/site/trunk/content/resources/site.css
Modified: chemistry/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/index.mdtext?rev=1425997&r1=1425996&r2=1425997&view=diff
==============================================================================
--- chemistry/site/trunk/content/index.mdtext (original)
+++ chemistry/site/trunk/content/index.mdtext Wed Dec 26 19:34:55 2012
@@ -33,7 +33,7 @@ See the [What is CMIS?](project/cmis.htm
</div>
<div class="projectbox">
-<span style="font-weight: bold">CMIS Tools</span>
+<span style="font-weight: bold">CMIS Development Tools</span>
<table class="projectbox-table">
<tr>
<td class="projectbox-table"><a
href="/java/developing/tools/dev-tools-workbench.html"><span
class="projectbox-table-big">CMIS Workbench</span><br>OpenCMIS</a></td>
Modified: chemistry/site/trunk/content/resources/site.css
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/resources/site.css?rev=1425997&r1=1425996&r2=1425997&view=diff
==============================================================================
--- chemistry/site/trunk/content/resources/site.css (original)
+++ chemistry/site/trunk/content/resources/site.css Wed Dec 26 19:34:55 2012
@@ -1614,8 +1614,8 @@ div.code.panel .codehilite {
text-align: center;
width: 640px;
padding: 5px;
- margin:10px;
- border:3px solid;
+ margin: 10px;
+ border: 3px solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
@@ -1623,20 +1623,22 @@ div.code.panel .codehilite {
table.projectbox-table {
text-align: center;
+ table-layout: fixed;
width: 100%;
}
td.projectbox-table {
padding: 5px;
+ border-style: none;
}
td.projectbox-table:hover {
- padding: 5px;
background-color: #f0f0f0;
}
.projectbox-table-big {
font-size: 150%;
+ fonz-weigth: bold;
}