Changeset 780 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/12/2014 06:20:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r744 r780 34 34 h6 { 35 35 color: #1e1e1e; 36 font-family: $header-font; 37 } 38 39 } 40 41 h2.widget-title, 42 h3.widget-title { 43 font-family: $header-font; 36 } 37 44 38 } 45 39 … … 53 47 } 54 48 55 h 2{49 h1 { 56 50 font-size: 28px; 57 51 font-size: 2.8rem; … … 59 53 line-height: 3.2rem; 60 54 } 61 h 3{55 h2 { 62 56 font-size: 22px; 63 57 font-size: 2.2rem; 64 58 line-height: 26px; 65 59 line-height: 2.6rem; 60 } 61 h3 { 62 font-size: 20px; 63 font-size: 2rem; 64 line-height: 24px; 65 line-height: 2.4rem; 66 66 } 67 67 h4 { … … 372 372 373 373 .site-header { 374 background: none repeat scroll 0 0 #F7F7F7; 375 border-bottom: 1px solid #DFDFDF; 376 height: 62px; 374 background: none repeat scroll 0 0 #F7F7F7; 375 border-bottom: 1px solid #DFDFDF; 376 height: 62px; 377 margin-bottom: 1em; 377 378 } 378 379 .site-branding { … … 400 401 font-size: 13px; 401 402 font-size: 1.3rem; 402 }403 .breadcrumb-trail {404 margin-top: 1em;405 403 } 406 404 h1.entry-title, … … 1069 1067 1070 1068 } 1069 1070 nav.post-navigation .nav-links a { 1071 width: 49%; 1072 display: inline-block; 1073 &[rel="prev"] { 1074 text-align: left; 1075 } 1076 &[rel="next"] { 1077 text-align: right; 1078 } 1079 } 1071 1080 } 1072 1081
Note: See TracChangeset
for help on using the changeset viewer.