Changeset 3711
- Timestamp:
- 07/22/2016 05:38:13 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2
- Files:
-
- 2 edited
-
single-handbook.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/single-handbook.php
r3710 r3711 18 18 19 19 <div id="main"> 20 <h 2 class="handbook-page-title"><?php the_title(); ?></h2>20 <h1 class="handbook-page-title"><?php the_title(); ?></h1> 21 21 <?php if ( have_posts() ) : ?> 22 22 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
r2509 r3711 145 145 .handbook-page-title { 146 146 font-size: 2em; 147 padding-left: 0; 147 148 } 148 149
Note: See TracChangeset
for help on using the changeset viewer.