Changeset 7491 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 07/24/2018 05:27:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r6912 r7491 342 342 border-image: none; 343 343 border-style: solid solid none; 344 border-width: 1px 1px 0; 344 border-width: 1px 1px 0; 345 345 display: inline-block; 346 346 padding: .5em 1em; … … 352 352 border-color: #ccc; 353 353 border-radius: 3px 3px 0 0; 354 color: #333; 354 color: #333; 355 355 } 356 356 .tab-section { … … 1061 1061 ----------------------------------------------- */ 1062 1062 .related { 1063 ul {1064 line-height: 1.7; /* Slightly increase the line height for more readability */1065 list-style-type: none;1066 margin: 0;1067 overflow-x: auto;1068 }1069 1070 1063 .show-more, .hide-more { 1071 1064 display: none; 1072 1065 } 1073 } 1074 1066 1067 /* Hide the title and toc links (same as .screen-reader-text) 1068 this allows for linking from the toc. */ 1069 h3, .uses .toc-jump, .used-by .toc-jump { 1070 height: 0; 1071 margin-bottom: 0; 1072 clip: rect(1px, 1px, 1px, 1px); 1073 position: absolute !important; 1074 } 1075 1076 .used-by, .uses { 1077 overflow-x: auto; 1078 clear: right; 1079 } 1080 1081 td p { 1082 margin-bottom: 0; 1083 } 1084 1085 th, td { 1086 width: 50%; 1087 } 1088 1089 @media (max-width: 43em) { 1090 .related-desc, span { 1091 display: none; 1092 } 1093 } 1094 } 1075 1095 1076 1096 .source-content { … … 1106 1126 1107 1127 /* Changelog */ 1108 table {1128 .changelog table { 1109 1129 .changelog-version { 1110 1130 width: 10%; … … 1113 1133 width: 90%; 1114 1134 } 1115 1116 1135 } 1117 1136 … … 1587 1606 color: #fff; 1588 1607 border-bottom: 1px solid #fff; 1589 1608 1590 1609 @media screen and (max-width: 48em) { 1591 1610 border-bottom: 0; … … 2393 2412 } 2394 2413 } 2395 2414 2396 2415 .entry-content { 2397 2416 margin-top: 2rem; … … 2480 2499 background: #eee; 2481 2500 } 2482 2501 2483 2502 &:focus, &:active { 2484 2503 border-color: #bbb; … … 2487 2506 box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); 2488 2507 } 2489 2508 2490 2509 > span { 2491 2510 color: #757575; 2492 2511 2493 2512 &.red { 2494 2513 color: #dc3232; … … 2503 2522 .btn-group { 2504 2523 display: inline; 2505 2524 2506 2525 > a { 2507 2526 position: relative; 2508 2527 2509 2528 @media(min-width: 571px) { 2510 2529 &:first-child {
Note: See TracChangeset
for help on using the changeset viewer.