diff options
| author | Mark Otto <[email protected]> | 2012-01-25 10:09:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 10:09:26 -0800 |
| commit | 9380ff8a06197de3f7a3f27a66284da540192f0c (patch) | |
| tree | fc5460d04825f93cb622209abe6d7463a3cbf561 /examples/container-app.html | |
| parent | e93c536df1d1bbe7ff9d746bd5c48966bc552680 (diff) | |
| download | bootstrap-9380ff8a06197de3f7a3f27a66284da540192f0c.tar.xz bootstrap-9380ff8a06197de3f7a3f27a66284da540192f0c.zip | |
clean up the updated container app layout a bit
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 79764356b..9bf651753 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -32,7 +32,7 @@ .content { background-color: #fff; padding: 20px; - margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ + margin: 0 -20px 18px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; @@ -59,11 +59,6 @@ padding-left: 19px; border-left: 1px solid #eee; } - - .topbar .btn { - border: 0; - } - </style> <!-- Le fav and touch icons --> |
