Mercurial > repos > stef > qdnaseq_test
annotate static/css/QDNAseq.css @ 9:4efd258b33d9 draft
Uploaded
author | stef |
---|---|
date | Fri, 31 Oct 2014 07:13:53 -0400 |
parents | cc5254dac2b6 |
children | 4943308e95fc |
rev | line source |
---|---|
0 | 1 /* --- QDNAseq CSS --- */ |
2 body{ padding: 0px 20px; } | |
3 pre { padding: 0px 25px; } | |
4 h3.qdnaseq{ color: #355681; border-bottom: 1px solid #355681;} | |
5 .marker { background: yellow; color: red;} | |
6 .button { background: rgb(28, 184, 65); color: white; border-radius: 4px; padding: 4px 10px } |