Changeset 195921 in webkit


Ignore:
Timestamp:
Jan 30, 2016 7:59:07 PM (8 years ago)
Author:
fpizlo@apple.com
Message:

B3 documentation style shouldn't have hacks for h1
https://bugs.webkit.org/show_bug.cgi?id=153725

Reviewed by Alexey Proskuryakov.

  • docs/b3/style.css:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r195903 r195921  
     12016-01-30  Filip Pizlo  <fpizlo@apple.com>
     2
     3        B3 documentation style shouldn't have hacks for h1
     4        https://bugs.webkit.org/show_bug.cgi?id=153725
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * docs/b3/style.css:
     9
    1102016-01-30  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Websites/webkit.org/docs/b3/style.css

    r195903 r195921  
    1414    page-break-after: avoid;
    1515}
    16 h1 { font-size: 19px; margin: .15em 1em 0.5em 0; text-indent: -10px }
     16h1 { font-size: 20px; text-indent: -10px }
    1717h2 { font-size: 17px; text-indent: -10px }
    1818h3 { font-size: 15px; text-indent: -10px }
     
    115115#contents {
    116116    font-size: 90%;
    117     padding: 2em 2em 2em 2em
     117    padding: 1em 2em 2em 2em
    118118}
    119119
Note: See TracChangeset for help on using the changeset viewer.