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:
Andrew Nacin
2012-09-16 23:03:35 +00:00
parent 7485a0ceed
commit 9661c3bd9a
6 changed files with 29 additions and 29 deletions
+7 -7
View File
@@ -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;
}