Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix bug 947579 - Update content specificity to avoid content collision
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Dec 7, 2013
1 parent c8ad589 commit 9f46769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/css/mdn-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, in
.wrap { position: relative; width: 940px; padding: 0 10px; margin: 0 auto; }
.wrap:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } /* clear floats */

#content { min-height: 400px; }
section#content, div#content { min-height: 400px; }
#content .wrap { padding-bottom: 1em; }
#content .wrap.sidebar { min-height: 400px; padding-bottom: 3em; background: transparent url("../img/bg-sidebar.png") 695px 0 no-repeat; }
.section-demos #content { border-top: 0; }
Expand Down
2 changes: 1 addition & 1 deletion media/css/wiki-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ img.rwrap { background: #fff; padding: 0 0 .75em 20px; }

/* @Layout (wiki is liquid) *********/
.wrap { position: relative; width: 95%; min-width: 760px; max-width: 1200px; padding: 0 10px; margin: 0 auto; }
#content { border-top: 0; }
section#content, div#content { border-top: 0; }
.page-content { background: #fff; min-height: 300px; }

textarea#id_content { width: 96%; padding: 15px; min-height: 300px; }
Expand Down

0 comments on commit 9f46769

Please sign in to comment.