make wrapper bg inherited to avoid overlapping text bugs
This commit is contained in:
@@ -21,7 +21,7 @@ button {
|
|||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
.wrapper {
|
.wrapper {
|
||||||
background: transparent none repeat scroll 0 0;
|
background: inherit;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user