aboutsummaryrefslogtreecommitdiff
path: root/examples/starter-template/starter-template.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 17:31:58 -0700
committerMark Otto <[email protected]>2013-08-17 17:31:58 -0700
commitba20e512ce53e7cc771ba06d492a01d48db6cc97 (patch)
tree30cebcbb796725c7dc06c9125714d83adbf585c3 /examples/starter-template/starter-template.css
parent2af9cf10ce2e93fe0ac07651d405abc484e4c608 (diff)
parente29c23afab2577e05cfaa41f64a20f1ca87222fc (diff)
downloadbootstrap-ba20e512ce53e7cc771ba06d492a01d48db6cc97.tar.xz
bootstrap-ba20e512ce53e7cc771ba06d492a01d48db6cc97.zip
Merge branch '3.0.0-wip' into bs3_theme
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'examples/starter-template/starter-template.css')
-rw-r--r--examples/starter-template/starter-template.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/starter-template/starter-template.css b/examples/starter-template/starter-template.css
new file mode 100644
index 000000000..4af7a6177
--- /dev/null
+++ b/examples/starter-template/starter-template.css
@@ -0,0 +1,7 @@
+body {
+ padding-top: 50px;
+}
+.starter-template {
+ padding: 40px 15px;
+ text-align: center;
+}