Commit 9380ff8a authored by Mark Otto's avatar Mark Otto

clean up the updated container app layout a bit

parent e93c536d
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
.content { .content {
background-color: #fff; background-color: #fff;
padding: 20px; 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; -webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
...@@ -59,11 +59,6 @@ ...@@ -59,11 +59,6 @@
padding-left: 19px; padding-left: 19px;
border-left: 1px solid #eee; border-left: 1px solid #eee;
} }
.topbar .btn {
border: 0;
}
</style> </style>
<!-- Le fav and touch icons --> <!-- Le fav and touch icons -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment