Making WordPress.org

Changeset 15158


Ignore:
Timestamp:
09/08/2026 08:59:27 PM (4 hours ago)
Author:
coffee2code
Message:

Jobs theme: Style ordered lists.

Closes https://github.com/WordPress/wordpress.org/pull/885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r14954 r15158  
    872872}
    873873
     874.job-detail__body ol,
    874875.job-detail__body ul {
    875876        margin-bottom: var(--space-20);
     
    877878}
    878879
     880.job-detail__body ol {
     881        padding-left: var(--space-30);
     882}
     883
    879884.job-detail__body li {
    880885        margin-bottom: 8px;
    881886        list-style: disc;
     887}
     888
     889.job-detail__body ol > li {
     890        list-style: decimal;
    882891}
    883892
Note: See TracChangeset for help on using the changeset viewer.