Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / examples / originals / examples / sticky-footer / sticky-footer.css
blobb6699e80ede013112e3210bd47655438fa57541f
1 /* Sticky footer styles
2 -------------------------------------------------- */
3 html {
4 position: relative;
5 min-height: 100%;
7 body {
8 /* Margin bottom by footer height */
9 margin-bottom: 60px;
11 .footer {
12 position: absolute;
13 bottom: 0;
14 width: 100%;
15 /* Set the fixed height of the footer here */
16 height: 60px;
17 background-color: #f5f5f5;
21 /* Custom page CSS
22 -------------------------------------------------- */
23 /* Not required for template or sticky footer method. */
25 .container {
26 width: auto;
27 max-width: 680px;
28 padding: 0 15px;
30 .container .text-muted {
31 margin: 20px 0;