Making WordPress.org

Changeset 12856


Ignore:
Timestamp:
08/22/2023 07:47:28 AM (2 years ago)
Author:
dd32
Message:

Trac: Define h1 and h4 too.

See [12855].

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r12855 r12856  
    55
    66<?python
    7     scripts_version = '215'
     7    scripts_version = '216'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r12855 r12856  
    532532    font-family: "Open Sans", sans-serif;
    533533}
     534#main h1 {
     535    font-size: 19px;
     536    font-weight: bold;
     537}
    534538#main h2 {
    535539    font-size: 22px;
    536540    font-weight: 300;
    537541}
    538 #main h3 {
     542#main h3, #main h4 {
    539543    font-size: 14px;
    540544    font-weight: bold;
Note: See TracChangeset for help on using the changeset viewer.