Making WordPress.org

Changeset 1227


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

WP.org Themes: Move notice styles past common post styles.

Avoids cases where common post styles overrode notice styles.

See #745.

File:
1 edited

Legend:

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

    r1224 r1227  
    769769}
    770770
     771/* Regular Content. */
     772h2 {
     773    font-size: 28px;
     774    margin-bottom: 10px;
     775}
     776ul, ol {
     777    margin: 0 0 22px 0;
     778    padding-left: 26px;
     779}
     780
     781.hentry {
     782    margin: 30px auto;
     783}
     784
     785.entry-title {
     786    font-size: 36px;
     787    font-weight: 300;
     788    line-height: 1.3;
     789    margin-bottom: 20px;
     790}
     791
     792.entry-content {
     793    font-size: 16px;
     794    line-height: 1.6;
     795}
     796
     797.entry-content p {
     798    margin: 0 0 22px 0;
     799}
     800
     801/* Commercial Page Template */
     802.commercial .theme .more-details {
     803    font-size: 13px;
     804     top: 23%;
     805     right: 5%;
     806     left: 5%;
     807}
     808
     809.commercial .themes {
     810    padding: 0;
     811}
     812
    771813/* Theme notices */
    772814.notice,
     
    809851}
    810852
    811 /* Regular Content. */
    812 h2 {
    813     font-size: 28px;
    814     margin-bottom: 10px;
    815 }
    816 ul, ol {
    817     margin: 0 0 22px 0;
    818     padding-left: 26px;
    819 }
    820 
    821 .hentry {
    822     margin: 30px auto;
    823 }
    824 
    825 .entry-title {
    826     font-size: 36px;
    827     font-weight: 300;
    828     line-height: 1.3;
    829     margin-bottom: 20px;
    830 }
    831 
    832 .entry-content {
    833     font-size: 16px;
    834     line-height: 1.6;
    835 }
    836 
    837 .entry-content p {
    838     margin: 0 0 22px 0;
    839 }
    840 
    841 /* Commercial Page Template */
    842 .commercial .theme .more-details {
    843     font-size: 13px;
    844      top: 23%;
    845      right: 5%;
    846      left: 5%;
    847 }
    848 
    849 .commercial .themes {
    850     padding: 0;
    851 }
    852 
    853853@media only screen and (min-width: 1640px) {
    854854    .theme-browser .themes .theme {
Note: See TracChangeset for help on using the changeset viewer.