code cleanup, cleaned up locales folder to only include needed locales
This commit is contained in:
7
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/bootstrap.css
vendored
Normal file
7
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/bootstrap.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/bootstrap.js
vendored
Normal file
7
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/bootstrap.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/jquery-3.js
vendored
Normal file
4
examples/vorlage/Sticky Footer Navbar Template for Bootstrap_files/jquery-3.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,37 @@
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
line-height: 60px; /* Vertically center the text there */
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/* Custom page CSS
|
||||
-------------------------------------------------- */
|
||||
/* Not required for template or sticky footer method. */
|
||||
|
||||
body > .container {
|
||||
padding: 60px 15px 0;
|
||||
}
|
||||
|
||||
.footer > .container {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 80%;
|
||||
}
|
Reference in New Issue
Block a user