Changeset 4658
- Timestamp:
- 01/13/2017 05:58:17 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
-
scss/main.scss (modified) (2 diffs)
-
stylesheets/main.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r4609 r4658 843 843 box-shadow: 0px 0px 5px #d0d0d0; 844 844 background-color: #f0f0f0; 845 h 1.widget-title {845 h2.widget-title { 846 846 background-color: #d0d0d0; 847 847 color: #8a8989; … … 850 850 font-size: 14px; 851 851 letter-spacing: 2px; 852 margin-bottom: 1.5rem; 853 line-height: 26px; 854 line-height: 2.6rem; 852 855 } 853 856 .menu > li { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r4609 r4658 1205 1205 } 1206 1206 1207 .devhub-wrap #sidebar h 1.widget-title {1207 .devhub-wrap #sidebar h2.widget-title { 1208 1208 background-color: #d0d0d0; 1209 1209 color: #8a8989; … … 1212 1212 font-size: 14px; 1213 1213 letter-spacing: 2px; 1214 margin-bottom: 1.5rem; 1215 line-height: 26px; 1216 line-height: 2.6rem; 1214 1217 } 1215 1218
Note: See TracChangeset
for help on using the changeset viewer.