Skip to content

Commit

Permalink
Update cloudbiolinux page to link to JCVI/NEBC
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Nov 24, 2010
1 parent e2949f0 commit 5967995
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
21 changes: 15 additions & 6 deletions ec2/web/css/1.css
Expand Up @@ -134,7 +134,7 @@ p.description a:hover {
letter-spacing:-1px;
margin:10px 0;
border-bottom:2px solid #eee;
background:url(../images/h2.jpg) bottom left no-repeat;
/*background:url(../images/h2.jpg) bottom left no-repeat;*/
clear:left;
}
#content h2 a {
Expand Down Expand Up @@ -172,10 +172,16 @@ ol.subnav a:hover {
border-bottom:none;
}

#sidebar img {
border: 0;
width:130px;
margin-bottom: 10px;
}

#sidebar h2 {
color:#333;
margin:10px 0;
font-size:1.3em;
margin:30px 0 20px 0;
font-size:1.2em;
}

p.news {
Expand Down Expand Up @@ -248,12 +254,15 @@ li.inner {
border:1px solid #eee;
}
a {
color:#222;
border-bottom:1px dotted #ccc;
/*color:#222;*/
color:#0066dd;
/*border-bottom:1px dotted #ccc;*/
text-decoration:none;
}
}
a:hover {
border-bottom:1px solid #ccc;
color:#0033aa;
/*border-bottom:1px solid #ccc;*/
}
#footer {
text-align:center;
Expand Down
5 changes: 5 additions & 0 deletions ec2/web/index.html
Expand Up @@ -65,6 +65,11 @@ <h2>Latest News</h2>
<li><a href="http://github.com/chapmanb/bcbb/tree/master/ec2/biolinux/">Code framework</a></li>
<li><a href="http://github.com/chapmanb/bcbb/tree/master/ec2/biolinux/contributors.mkd">Contributors</a></li>
</ul>
<h2>Organizations</h3>
<a href="http://www.jcvi.org/cms/research/projects/jcvi-cloud-biolinux/overview/">
<img src="http://www.jcvi.org/cms/fileadmin/template/main/images/header-logo.png" alt="JCVI"></img></a>
<a href="http://nebc.nerc.ac.uk/nebc/tools/bio-linux">
<img src="http://nebc.nerc.ac.uk/images/nebc_logo_text.gif" alt="NEBC"></img></a>
<!-- <h2>Search</h2>
<input name="search" type="text" value="Coming Soon" />
-->
Expand Down

0 comments on commit 5967995

Please sign in to comment.