Changeset 11471
- Timestamp:
- 01/25/2022 05:56:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r11470 r11471 1 1 :root { 2 /* It doesn't stick on mobile. That may change esoon though, see https://github.com/WordPress/wporg-news-2021/issues/181. */2 /* It doesn't stick on mobile. That may change soon though, see https://github.com/WordPress/wporg-news-2021/issues/181. */ 3 3 --global-header-height: 0; 4 4 } … … 315 315 .gp-content h2 { 316 316 font-family: 'Open Sans', sans-serif !important; 317 font-size: 26px; 317 318 margin: 2px 0 .6em; 318 319 overflow: hidden; 320 } 321 322 .gp-content h2 .action { 323 margin-left: 6px; 319 324 } 320 325 … … 359 364 margin-top: 1em; 360 365 margin-bottom: 1em; 366 } 367 368 .glossary-description { 369 font-size: 16px; 361 370 } 362 371 … … 439 448 color: #293139; 440 449 font-size: 12px; 450 } 451 452 table.glossary { 453 font-size: 14px; 441 454 } 442 455 … … 624 637 } 625 638 639 table.glossary .editor .meta h3 { 640 font-size: 22px; 641 } 642 626 643 @media screen and (min-width: 700px) { 627 644 table.glossary .editor .strings { … … 647 664 table.glossary .editor textarea { 648 665 width: 100%; 666 height: 80px; 649 667 resize: vertical; 650 668 box-sizing: border-box; … … 1309 1327 ul.projects-dropdown, 1310 1328 ul.projects-dropdown ul { 1329 margin-left: 0; 1311 1330 padding: 0; 1312 1331 } … … 1976 1995 position: absolute; 1977 1996 top: 37px; 1978 left: 0;1997 left: 10px; 1979 1998 width: 40px; 1980 1999 color: #fff; … … 2055 2074 2056 2075 .locale-project-contributors-table tbody td { 2057 padding: 10px 0;2076 padding: 10px; 2058 2077 border-bottom: 1px solid #72777c; 2059 2078 }
Note: See TracChangeset
for help on using the changeset viewer.