Making WordPress.org

Changeset 617


Ignore:
Timestamp:
05/15/2014 12:08:14 PM (10 years ago)
Author:
samuelsidler
Message:

P2 child theme: More handbook clean and responsive fixes. see #467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css

    r613 r617  
    187187
    188188/* Responsive design for handbooks */
     189@media (max-width: 320px) {
     190    .post-type-archive-handbook #main h2,
     191    .single-handbook #main h2 {
     192        display: inline !important; /* override P2 iPhone styles */
     193    }
     194}
    189195@media (max-width: 480px) {
    190196    .post-type-archive-handbook .sleeve_main,
     
    202208    .single-handbook .sleeve_main {
    203209        padding: 0;
    204     }
    205 
    206     .post-type-archive-handbook #main h2,
    207     .single-handbook #main h2 {
    208         display: inline-block !important;
    209210    }
    210211
     
    255256    }
    256257
    257     .post-type-archive-handbook #main h2,
     258    .post-type-archive-handbook #main h2,
    258259    .single-handbook #main h2 {
    259         display: inline !important;
    260260        font-size: 20px !important;
    261261        padding-bottom: 5px!important;
Note: See TracChangeset for help on using the changeset viewer.