diff options
| author | Mark Otto <[email protected]> | 2013-08-15 16:44:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 16:44:48 -0700 |
| commit | 05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442 (patch) | |
| tree | 40e68d12f804131ef3cea3bf0120531106b42dc9 /examples/starter-template/starter-template.css | |
| parent | 7cd35f0cb6d17d6117264f71f175a9e5b0b09580 (diff) | |
| parent | 3d99a4c15e0661df630dbaf7dddb5228cf044fe6 (diff) | |
| download | bootstrap-05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442.tar.xz bootstrap-05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442.zip | |
Merge pull request #9653 from twbs/bs3_restore_examples
BS3: Restore examples back to main repo
Diffstat (limited to 'examples/starter-template/starter-template.css')
| -rw-r--r-- | examples/starter-template/starter-template.css | 7 |
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; +} |
