aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-31 18:06:56 -0800
committerMark Otto <[email protected]>2013-01-31 18:06:56 -0800
commit061d2849a6384900f15cbf782e7299f215dbb087 (patch)
tree8cf9d2f388787c5008a56a585940598efde8645a /docs/examples
parent5e5670a1b4c81bcfeaac67d6b25ca9649839097f (diff)
downloadbootstrap-061d2849a6384900f15cbf782e7299f215dbb087.tar.xz
bootstrap-061d2849a6384900f15cbf782e7299f215dbb087.zip
Update starter template to include left/right padding on inner container; also include body padding
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/starter-template.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index 9e8d7ad3b..9a026acf1 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -25,8 +25,11 @@
<!-- Custom styles for this template -->
<style>
+ body {
+ padding-top: 50px;
+ }
.starter-template {
- padding: 60px 0;
+ padding: 40px 15px;
text-align: center;
}
</style>