Make WordPress Core

Ticket #13642: clear-content.diff

File clear-content.diff, 495 bytes (added by iandstewart, 16 years ago)
  • style.css

     
    595595.entry-content,
    596596.entry-summary {
    597597        clear: both;
     598        overflow: hidden;
    598599        padding: 12px 0 0 0;
    599600}
    600601#content .entry-summary p:last-child {
     
    664665.page-link a:hover {
    665666        color: #FF4B33;
    666667}
     668.page .edit-link {
     669        clear: both;
     670        display: both;
     671}
    667672#entry-author-info {
    668673        background: #F2F7FC;
    669674        border-top: 4px solid #000;