mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Rename div#footer to div#wpfooter in the admin. Namespace one of our major elements and avoid clashing with widgets with the id of 'footer'. props andrewryno, koopersmith. see #14466.
git-svn-id: https://develop.svn.wordpress.org/trunk@21878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -59,12 +59,12 @@ TABLE OF CONTENTS:
|
||||
}
|
||||
|
||||
#wpcontent,
|
||||
#footer {
|
||||
#wpfooter {
|
||||
margin-left: 165px;
|
||||
}
|
||||
|
||||
.folded #wpcontent,
|
||||
.folded #footer {
|
||||
.folded #wpfooter {
|
||||
margin-left: 52px;
|
||||
}
|
||||
|
||||
@@ -1685,7 +1685,7 @@ form.upgrade .hint {
|
||||
/* Auto-folding of the admin menu */
|
||||
@media only screen and (max-width: 900px) {
|
||||
.auto-fold #wpcontent,
|
||||
.auto-fold #footer {
|
||||
.auto-fold #wpfooter {
|
||||
margin-left: 52px;
|
||||
}
|
||||
|
||||
@@ -4878,7 +4878,7 @@ h2 .nav-tab {
|
||||
21.0 - Admin Footer
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#footer {
|
||||
#wpfooter {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -4889,16 +4889,16 @@ h2 .nav-tab {
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
#wpfooter p {
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
#wpfooter a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
#wpfooter a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user