github.io/it1/bibliotek/bibliotek.css

28 lines
278 B
CSS
Raw Normal View History

#content {
margin: 2vh;
}
#content > * {
margin-top: 9vh;
margin-left: 13vw;
margin-right: 42.0vw;
}
#status {
margin-top: 1vh;
}
#form {
width: 25%;
}
#form > div > * {
margin-bottom: 1vh;
}
#form > div > label {
margin-bottom: 0.33vh;
}