@@ -271,12 +271,14 @@ <h2 class="content-subhead">Alert</h2>
271271 < em > NOTE: A few styles have been applied here for illustrative purposes. The actual
272272 styling of an alert is, in keeping with the spirit of Pure, up to you.</ em >
273273 </ p >
274- < input type ="checkbox " id ="close-alert " class ="alert-toggle pcssc-invisible "/>
275- < div class ="alert alert-success alert-dismissible " role ="alert ">
276- < span > < strong > Uh oh...</ strong > Something happened...</ span >
277- < label for ="close-alert " class ="close-alert " aria-label ="Close ">
278- < span aria-invisible ="true "> ×</ span >
279- </ label >
274+ < div class ="pcssc-alert ">
275+ < input type ="checkbox " id ="close-alert " class ="alert-toggle pcssc-invisible "/>
276+ < div class ="alert alert-success alert-dismissible " role ="alert ">
277+ < span > < strong > Uh oh...</ strong > Something happened...</ span >
278+ < label for ="close-alert " class ="close-alert " aria-label ="Close ">
279+ < span aria-invisible ="true "> ×</ span >
280+ </ label >
281+ </ div >
280282 </ div >
281283
282284 < div style ="background: #ffffff; margin-top: 50px; overflow:auto;width:auto;border:solid gray;margin-top: 50px;border-width:.1em .1em .1em .8em;padding:.2em .6em; "> < pre
@@ -470,18 +472,21 @@ <h3>Basic Collapse</h3>
470472 </ div >
471473
472474
473- < div style ="background: #ffffff; margin-top: 50px; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em; "> < pre style ="margin: 0; line-height: 125% ">
475+ < div style ="background: #ffffff; margin-top: 50px; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em; "> < pre
476+ style ="margin: 0; line-height: 125% ">
474477<div class=< span style ="color: #a31515 "> "pcssc-collapse"</ span > >
475- <label for=< span style ="color: #a31515 "> "collapse-toggle"</ span > class=< span style ="color: #a31515 "> "collapse-button pure-button"</ span > aria-label=< span style ="color: #a31515 "> "Toggle"</ span > >
478+ <label for=< span style ="color: #a31515 "> "collapse-toggle"</ span > class=< span style ="color: #a31515 "> "collapse-button pure-button"</ span > aria-label=< span
479+ style ="color: #a31515 "> "Toggle"</ span > >
476480 <span>Toggle</span>
477481 </label>
478- <input type=< span style ="color: #a31515 "> "checkbox"</ span > id=< span style ="color: #a31515 "> "collapse-toggle"</ span > class=< span style ="color: #a31515 "> "collapse-toggle pcssc-invisible"</ span > />
482+ <input type=< span style ="color: #a31515 "> "checkbox"</ span > id=< span style ="color: #a31515 "> "collapse-toggle"</ span > class=< span
483+ style ="color: #a31515 "> "collapse-toggle pcssc-invisible"</ span > />
479484 <div class=< span style ="color: #a31515 "> "collapse-content pcssc-invisible"</ span > >
480485 Pooka pooka!
481486 </div>
482487</div>
483- </ pre > </ div >
484-
488+ </ pre >
489+ </ div >
485490
486491
487492 < h3 > Toggling Button Label Collapse</ h3 >
0 commit comments