1 /* There isn't much space between the Bootstrap navbar and the page content */
6 /* Ensure the footer is pushed down to the bottom of the screen,
7 * if the main content doesn't fill it. */
22 border-top: 1px solid lightgrey;
29 /* Bootstrap's navbar packs everything without margins or padding.
30 * Ensure the search form has some space. */
40 /* Alignment of header and footer items of the default inline pages.
41 * Using flexbox layout here, since it can wrap when things get too crowded.
42 * It's a bit better than floats. */
47 .inlineheader header {
60 .inlinefooter .pageinfo {
72 .inline-actions ul, .inline-actions li {
73 list-style-type: none;
77 /* Quick and simple table style */
79 border: 1px solid grey;
83 /* Give RSS and Atom buttons an orange color */
86 border-color: #e07000;
93 border-color: #e07000;
96 /* Carousel alignment */
105 /* Bootstrap 4.0.0-alpha.2 forgot to define a blockquote style? */
107 border-left: 4px solid rgba(0,0,0,.1);
111 /* Fix image width in cards. */
112 .card-img-top, .card-img-bottom {