Arquivos
jsxc/example/css/example.css
T
2015-06-26 18:21:12 +02:00

29 linhas
332 B
CSS

body {
margin-top: 30px;
}
.logout {
display: none;
}
#content form .alert {
display: none;
}
#content h3 {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
}
#content .form {
min-height: 180px;
}
#content .row:first-child {
margin-bottom: 30px;
}
#content .col-md-4 > p {
margin-bottom: 30px;
}