mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
commit
cd134f1ed6
14
Gruntfile.js
14
Gruntfile.js
@ -84,10 +84,18 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
'dist/css/bootstrap.css',
|
'dist/css/bootstrap.css',
|
||||||
'dist/css/bootstrap-theme.css',
|
'dist/css/bootstrap-theme.css'
|
||||||
'docs/assets/css/docs.css',
|
],
|
||||||
|
examples: [
|
||||||
'docs/examples/**/*.css'
|
'docs/examples/**/*.css'
|
||||||
]
|
],
|
||||||
|
docs: {
|
||||||
|
options: {
|
||||||
|
'ids': false,
|
||||||
|
'overqualified-elements': false
|
||||||
|
},
|
||||||
|
src: ['docs/assets/css/docs.css']
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
concat: {
|
concat: {
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap Docs (http://getbootstrap.com)
|
* Bootstrap Docs (http://getbootstrap.com)
|
||||||
* Copyright 2011-2014 Twitter, Inc.
|
* Copyright 2011-2014 Twitter, Inc.
|
||||||
|
@ -84,6 +84,7 @@ body {
|
|||||||
.masthead-nav > li > a:hover,
|
.masthead-nav > li > a:hover,
|
||||||
.masthead-nav > li > a:focus {
|
.masthead-nav > li > a:focus {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
border-bottom-color: #a9a9a9;
|
||||||
border-bottom-color: rgba(255,255,255,.25);
|
border-bottom-color: rgba(255,255,255,.25);
|
||||||
}
|
}
|
||||||
.masthead-nav > .active > a,
|
.masthead-nav > .active > a,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
|
<p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">Place sticky footer content here.</p>
|
<p class="text-muted">Place sticky footer content here.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@ body {
|
|||||||
/* Margin bottom by footer height */
|
/* Margin bottom by footer height */
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
#footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -29,7 +29,7 @@ body > .container {
|
|||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer > .container {
|
.footer > .container {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
|
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">Place sticky footer content here.</p>
|
<p class="text-muted">Place sticky footer content here.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@ body {
|
|||||||
/* Margin bottom by footer height */
|
/* Margin bottom by footer height */
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
#footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user