diff options
| author | Mark Otto <[email protected]> | 2011-09-02 23:01:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 23:01:38 -0700 |
| commit | 4dbd2334bd8156b7621e11c19a411db1308821d8 (patch) | |
| tree | f809ca77c3d0b1371ee10506d07d8e091f66dde1 /examples/hero.html | |
| parent | 6d118411e1d456553baf5d09aea15ff13f7b8ef4 (diff) | |
| download | bootstrap-4dbd2334bd8156b7621e11c19a411db1308821d8.tar.xz bootstrap-4dbd2334bd8156b7621e11c19a411db1308821d8.zip | |
updated hero example, added fluid example, resolved issue with tabs and fluid nav
Diffstat (limited to 'examples/hero.html')
| -rw-r--r-- | examples/hero.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hero.html b/examples/hero.html index ef773c5d0..2255454c6 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -13,6 +13,11 @@ <!-- Le styles --> <link href="../bootstrap-1.2.0.css" rel="stylesheet"> + <style type="text/css"> + body { + padding-top: 60px; + } + </style> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> |
