Template:Team:UW/CSS1

From 2014.igem.org

@import "bootstrap";

/* universal */

html {

 overflow-y: scroll;

}

body {

 padding-top: 60px;

}

section {

 overflow: auto;

}

textarea {

 resize: vertical;

}

.center {

 text-align: center;

}

.center h1 {

 margin-bottom: 10px;

}