diff --git a/bootstrap-3.0.0/examples/navbar-fixed-top/navbar-fixed-top.css b/bootstrap-3.0.0/examples/navbar-fixed-top/navbar-fixed-top.css new file mode 100644 index 0000000000000000000000000000000000000000..b0c8837425877a481aa06e00998b4fa74da0b430 --- /dev/null +++ b/bootstrap-3.0.0/examples/navbar-fixed-top/navbar-fixed-top.css @@ -0,0 +1,4 @@ +body { + min-height: 2000px; + padding-top: 70px; +}