static.css.page.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse-connect-testbed-backend Show documentation
Show all versions of fitnesse-connect-testbed-backend Show documentation
Test server for integration tests
body {
margin: 0;
padding: 0;
font-family: sans-serif;
width: 100%;
}
h1 {
padding: 20px;
}
p {
padding: 10px;
}
div.banner {
background: #fe690b;
padding: 10px 20px;
margin: 0 auto;
}
.footer {
color: #AAAAAA;
}