Making WordPress.org

Changeset 7782


Ignore:
Timestamp:
10/26/2018 09:55:55 PM (6 years ago)
Author:
coffee2code
Message:

Gutenberg: Add some basic styling to search results page.

Props mukesh27, coffee2code.
Fixes #3840.

File:
1 edited

Legend:

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

    r7595 r7782  
    812812}
    813813
     814.search-results .site-content {
     815  max-width: 932px;
     816  margin: 0 auto 1.5em;
     817}
     818.search-results .entry-header,
     819.search-results .entry-footer {
     820  max-width: none;
     821}
     822.search-results h2.entry-title {
     823  text-decoration: underline;
     824}
     825
    814826/*--------------------------------------------------------------
    815827## Comments
Note: See TracChangeset for help on using the changeset viewer.