Template:Styles/Default.css: Difference between revisions
Content deleted Content added
refining button styles a little for when text wraps |
using max-width for footer |
||
(3 intermediate revisions by the same user not shown) | |||
Line 455:
#donate-footer {
width: 100%;
text-align: left;
line-height: 1.4;
}
#donate-footer > div {
margin-bottom:
▲ font-size: 12px;
}
Line 474 ⟶ 472:
margin: 0;
text-align: center;
font-size: 15px;
}
Line 585 ⟶ 584:
#form-wrapper {
padding: 16px;
}▼
#donate-footer {▼
▲ margin: 24px 0 0 0;
}
Line 616 ⟶ 609:
#content {
padding: 140px 8px 8px 8px;
▲ }
▲ #donate-footer {
max-width: 380px;
}
|