Making WordPress.org

Changeset 1098


Ignore:
Timestamp:
01/07/2015 11:02:51 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Add page templates helper pages.

See #745.

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

Legend:

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

    r1034 r1098  
    750750}
    751751
     752/* Regular Content. */
     753h2 {
     754    font-size: 28px;
     755    margin-bottom: 10px;
     756}
     757ul, ol {
     758    margin: 0 0 22px 0;
     759    padding-left: 26px;
     760}
     761
     762.hentry {
     763    margin: 30px auto;
     764}
     765
     766.entry-title {
     767    font-size: 36px;
     768    font-weight: 300;
     769    line-height: 1.3;
     770    margin-bottom: 20px;
     771}
     772
     773.entry-content {
     774    font-size: 16px;
     775    line-height: 1.6;
     776}
     777
     778.entry-content p {
     779    margin: 0 0 22px 0;
     780}
     781
    752782@media only screen and (min-width: 1640px) {
    753783    .theme-browser .themes .theme {
Note: See TracChangeset for help on using the changeset viewer.