Make WordPress Core

Ticket #13642: 13642-page-clear.patch

File 13642-page-clear.patch, 617 bytes (added by ocean90, 16 years ago)
  • wp-content/themes/twentyten/style.css

     
    664664.page-link a:hover {
    665665        color: #FF4B33;
    666666}
     667.page .edit-link {
     668        clear: both;
     669        display: block;
     670}
    667671#entry-author-info {
    668672        background: #F2F7FC;
    669673        border-top: 4px solid #000;
     
    906910
    907911/* =Comments
    908912-------------------------------------------------------------- */
    909 
     913#comments {
     914        clear: both;
     915}
    910916#comments .navigation {
    911917        padding: 0 0 18px 0;
    912918}