Making WordPress.org


Ignore:
Timestamp:
12/01/2017 08:48:17 PM (7 years ago)
Author:
obenland
Message:

Main: Introduce search archive page.

Better styles for mixed-post-type search results.
Also properly displays the template for empty search results now.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_page.scss

    r6142 r6201  
    1 .page {
     1body.page {
    22    .gutters .col-12 {
    33        width: 100%;
     
    1414            line-height: 1;
    1515            margin: 0 auto;
    16             max-width: 960px;
     16            max-width: 60em;
    1717            padding: 0 ms( 4 );
    1818
     
    3131    .entry-footer {
    3232        margin: 0 auto;
    33         max-width: 960px;
     33        max-width: 60em;
    3434        padding: ms( 10 ) ms( 4 );
    3535    }
Note: See TracChangeset for help on using the changeset viewer.