Ticket #16178: style.css.diff

File style.css.diff, 358 bytes (added by chipbennett, 2 years ago)

Fixes TwentyTen style.css to add "clear:both" to .page-link class

  • wp-content/themes/twentyten/style.css

     
    640640        width: 33%; 
    641641} 
    642642.page-link { 
     643        clear: both; 
    643644        color: #000; 
    644645        font-weight: bold; 
    645646        margin: 0 0 22px 0;