diff options
| author | Mark Otto <[email protected]> | 2013-08-15 16:40:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 16:40:39 -0700 |
| commit | 3d99a4c15e0661df630dbaf7dddb5228cf044fe6 (patch) | |
| tree | 40e68d12f804131ef3cea3bf0120531106b42dc9 /examples/starter-template/starter-template.css | |
| parent | 54670ab64a2565fd35071eb17fc7eef3480eb724 (diff) | |
| download | bootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.tar.xz bootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.zip | |
move to examples dir
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; +} |
