Revert "set layout margin-bottom 50px"

Because .content class used in several other places and this change add
unnecessary margint ot it

This reverts commit f8807281ee.
This commit is contained in:
Dmitriy Zaporozhets 2014-02-24 09:32:24 +02:00
parent 40a8ae5e5f
commit 71e7bff1ea
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ body {
}
.container .content {
margin: 0 0 50px;
margin: 0 0;
}