Assembly Release QA Steps

From Genecats
Revision as of 21:32, 19 September 2016 by Cath (talk | contribs)
Jump to navigationJump to search

Welcome to the Assembly Release: QA Steps page! 😀

Page created Fall. 2016 by Cath , Jairo, and ChrisV.
This page is currently a draft in progress.
For now, use Releasing_an_assembly instead.

.foo {

 float: left;
 width: 20px;
 height: 20px;
 margin: 5px;
 border: 1px solid rgba(0, 0, 0, .2);

}

.blue {

 background: #13b4ff;

}

.purple {

 background: #ab3fdd;

}

.wine {

 background: #ae163e;

}