diff options
| author | Jacob Thornton <[email protected]> | 2011-09-02 23:16:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-02 23:16:06 -0700 |
| commit | cf23dc4f241196894a1de85786dc3070a29bfc58 (patch) | |
| tree | 3f08bf9367c516d9465e221f030d8f4d7f4d2d44 /examples/hero.html | |
| parent | 2883888a57492aa080c4202bdb90fd2606b05365 (diff) | |
| parent | 168551cd4f2139bbd050864c4231baa7e7b796dc (diff) | |
| download | bootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.tar.xz bootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
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"> |
