Changeset 11659
- Timestamp:
- 03/09/2022 07:31:23 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r11658 r11659 347 347 wp_enqueue_style( 'dashicons' ); 348 348 wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' ); 349 wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), ' 3' );349 wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '4' ); 350 350 wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20220217' ); 351 351 wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r11658 r11659 315 315 /* =Content 316 316 ----------------------------------------------- */ 317 318 .sticky {319 }320 317 .hentry { 321 318 margin: 0; … … 410 407 margin-bottom: 1.5em; 411 408 } 412 .gallery-caption {413 }414 409 .site-main .gallery a img { 415 410 border: none; … … 419 414 .site-main .gallery dd { 420 415 margin: 0; 421 }422 .site-main .gallery-columns-4 .gallery-item {423 }424 .site-main .gallery-columns-4 .gallery-item img {425 416 } 426 417 … … 1397 1388 border: 1px solid #eee; 1398 1389 } 1399 1400 .comment-author-attribution {1401 }1402 1403 1390 .comment-meta { 1404 1391 padding: .5em 1em; 1405 1392 background-color: #f7f7f7; 1406 1393 overflow: auto; 1407 }1408 1409 .comment-meta .comment-author cite,1410 .comment-meta .comment-author cite a {1411 }1412 1413 .comment-meta a {1414 }1415 1416 .comment-meta a:hover {1417 1394 } 1418 1395 … … 1446 1423 } 1447 1424 1448 .comment-text {1449 }1450 1451 1425 #respond { 1452 1426 overflow: hidden; 1453 1427 } 1454 1428 1455 #respond .log-in-out {1456 1457 }1458 1459 1429 #respond .log-in-out a { 1460 1430 font-style: italic; … … 1463 1433 #reply-title small a { 1464 1434 font-style: italic; 1465 }1466 1467 #respond label {1468 }1469 1470 #respond p.req label {1471 }1472 1473 #respond span.required {1474 1435 } 1475 1436 … … 1536 1497 float: right; 1537 1498 margin-top: -15px; 1538 1539 a {1540 }1541 1499 } 1542 1500 … … 2263 2221 } 2264 2222 } 2265 /** /Handbook **/2223 /** Handbook **/ 2266 2224 2267 2225 .rest-api-handbook-reference { … … 2510 2468 2511 2469 .reference-landing .searchform { 2512 text-align ment: center;2470 text-align: center; 2513 2471 } 2514 2472 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r11658 r11659 2650 2650 } 2651 2651 2652 /** /Handbook **/2652 /** Handbook **/ 2653 2653 .rest-api-handbook-reference .table-of-contents { 2654 2654 float: none; … … 2867 2867 } 2868 2868 .devhub-wrap .reference-landing .searchform { 2869 text-align ment: center;2869 text-align: center; 2870 2870 } 2871 2871 .devhub-wrap .reference-landing .searchform input[type="text"],
Note: See TracChangeset
for help on using the changeset viewer.