Changeset 4683
- Timestamp:
- 01/14/2017 03:00:56 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
r4248 r4683 13 13 </div><!-- .forums-directory --> 14 14 15 <div class="themes-plugins"> 16 17 <h3>Themes and Plugins</h3> 18 <p>Looking for help with a specific <a href="https://wordpress.org/themes/"><span class="dashicons dashicons-admin-appearance"></span> theme</a> or <a href="https://wordpress.org/plugins/"><span class="dashicons dashicons-admin-plugins"></span> plugin</a>? Head to the theme or plugin's page and find the "View support forum" link to visit the theme or plugin's individual forum.</p> 19 20 </div> 21 15 22 <?php do_action( 'bbp_template_after_forums_loop' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r4681 r4683 404 404 } 405 405 } 406 407 .themes-plugins { 408 width: 65%; 409 margin: 3rem 0 4rem; 410 411 p { 412 font-size: ms(-2); 413 color: #666666; 414 415 a:hover > .dashicons { 416 text-decoration: none; 417 } 418 } 419 420 h3 { 421 font-size: 1.4rem; 422 margin-bottom: 0; 423 } 424 } 406 425 } 407 426 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
r4681 r4683 5356 5356 } 5357 5357 5358 .home.wporg-support .themes-plugins { 5359 width: 65%; 5360 margin: 3rem 0 4rem; 5361 } 5362 5363 .home.wporg-support .themes-plugins p { 5364 font-size: 0.8rem; 5365 color: #666666; 5366 } 5367 5368 .home.wporg-support .themes-plugins p a:hover > .dashicons, .home.wporg-support .themes-plugins .bbpress #bbpress-forums p.bbp-topic-meta a:hover > .dashicons, .bbpress #bbpress-forums .home.wporg-support .themes-plugins p.bbp-topic-meta a:hover > .dashicons { 5369 text-decoration: none; 5370 } 5371 5372 .home.wporg-support .themes-plugins h3 { 5373 font-size: 1.4rem; 5374 margin-bottom: 0; 5375 } 5376 5358 5377 /*-------------------------------------------------------------- 5359 5378 # .single-forum & .single-topic
Note: See TracChangeset
for help on using the changeset viewer.