mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Fix footer whitespace/clearing issues, support two-line footer for low widths. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4292,7 +4292,11 @@ input.button-highlighted,
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#footer {
|
||||
margin-top: -46px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 10px 0;
|
||||
margin-right: 15px;
|
||||
border-top: 1px;
|
||||
border-style: solid;
|
||||
@@ -4305,8 +4309,7 @@ input.button-highlighted,
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding: 15px 0;
|
||||
line-height: 15px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
|
||||
Reference in New Issue
Block a user