Title: [195921] trunk/Websites/webkit.org
Revision
195921
Author
[email protected]
Date
2016-01-30 19:59:07 -0800 (Sat, 30 Jan 2016)

Log 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:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (195920 => 195921)


--- trunk/Websites/webkit.org/ChangeLog	2016-01-31 01:22:38 UTC (rev 195920)
+++ trunk/Websites/webkit.org/ChangeLog	2016-01-31 03:59:07 UTC (rev 195921)
@@ -1,5 +1,14 @@
 2016-01-30  Filip Pizlo  <[email protected]>
 
+        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:
+
+2016-01-30  Filip Pizlo  <[email protected]>
+
         Improve the style of B3 documentation
         https://bugs.webkit.org/show_bug.cgi?id=153674
 

Modified: trunk/Websites/webkit.org/docs/b3/style.css (195920 => 195921)


--- trunk/Websites/webkit.org/docs/b3/style.css	2016-01-31 01:22:38 UTC (rev 195920)
+++ trunk/Websites/webkit.org/docs/b3/style.css	2016-01-31 03:59:07 UTC (rev 195921)
@@ -13,7 +13,7 @@
     letter-spacing: -0.018em;
     page-break-after: avoid;
 }
-h1 { font-size: 19px; margin: .15em 1em 0.5em 0; text-indent: -10px }
+h1 { font-size: 20px; text-indent: -10px }
 h2 { font-size: 17px; text-indent: -10px }
 h3 { font-size: 15px; text-indent: -10px }
 hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
@@ -114,7 +114,7 @@
 
 #contents {
     font-size: 90%;
-    padding: 2em 2em 2em 2em
+    padding: 1em 2em 2em 2em
 }
 
 p {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to