Making WordPress.org

Changeset 4428


Ignore:
Timestamp:
11/27/2016 05:18:50 PM (9 years ago)
Author:
ocean90
Message:

Breathe: Add full-width page template.

See #2154.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
Files:
2 added
1 edited

Legend:

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

    r4302 r4428  
    596596
    597597/*
     598 * Page Templates
     599 */
     600
     601.page-template-full-width .content-area {
     602    width: 100%;
     603    position: relative;
     604}
     605
     606.page-template-full-width .entry-title,
     607.page-template-full-width .entry-content,
     608.page-template-full-width .entry-summary,
     609.page-template-full-width aside {
     610    margin-right: 0;
     611}
     612
     613.page-template-full-width .o2-post {
     614    border-top: 0;
     615}
     616
     617.page-template-full-width .o2-app-header {
     618    padding: 0 1.6em;
     619}
     620
     621.page-template-full-width h2.o2-app-page-title {
     622    padding: 0;
     623}
     624
     625.page-template-full-width article .entry-header {
     626    display: none;
     627}
     628
     629
     630/*
    598631 * Handbook
    599632 */
Note: See TracChangeset for help on using the changeset viewer.