Assembly Release QA Steps: Difference between revisions

From Genecats
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
== Welcome to the '''Assembly Release: QA Steps''' page! 😀 ==
== Welcome to the '''Assembly Release: QA Steps''' page! 😀 ==


{{Quote frame| test}}


: Page created Fall. 2016 by Cath , Jairo, and ChrisV.  
: Page created Fall. 2016 by Cath , Jairo, and ChrisV.  
: This page is currently a draft in progress.
: This page is currently a draft in progress.
: For now, use [[Releasing_an_assembly]] instead.
: 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;
}
<div class="foo blue"></div>
<div class="foo purple"></div>
<div class="foo wine"></div>





Revision as of 21:32, 19 September 2016

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;

}