khana/static/css/application.css

79 lines
973 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

global body padding
body {
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) {
body {
/*padding-top: 50px;*/
padding-bottom: 50px;
}
}
.sidebar-form {
padding-top: 2px;
}
/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
}
hr {
margin-top: 30px;
margin-bottom: 30px;
}
.navbar-fixed-top,
.navbar-static-top {
border-bottom: 0;
}
/* ADD BY GREGG */
/*@media (min-width: 992px) {
nav.sidebar-nav {
position:fixed;
}
}*/
.center {
text-align: center;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.scrollable {
overflow: auto;
}
th.centered {
text-align: center;
}
th.push-right {
text-align: right;
}
td.centered {
text-align: center;
}
td.push-right {
text-align: right;
}
.img-responsive {
border-radius: 5px;
}
.information {
text-align: justify;
}