mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 19:30:59 +00:00
Import the responsive css *after* setting the body padding to fix the issue described in #1570.
This commit is contained in:
parent
4bb7653f67
commit
d66eb91437
1 changed files with 1 additions and 1 deletions
|
|
@ -13,12 +13,12 @@
|
|||
|
||||
<!-- Le styles -->
|
||||
<link href="../assets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||
}
|
||||
</style>
|
||||
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
|
||||
<!-- Le fav and touch icons -->
|
||||
<link rel="shortcut icon" href="images/favicon.ico">
|
||||
|
|
|
|||
Loading…
Reference in a new issue