Title: [195839] trunk/Websites/webkit.org
- Revision
- 195839
- Author
- timo...@apple.com
- Date
- 2016-01-29 13:29:08 -0800 (Fri, 29 Jan 2016)
Log Message
Add some defintion list styles.
* wp-content/themes/webkit/style.css:
(dl):
(dt):
(dd):
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (195838 => 195839)
--- trunk/Websites/webkit.org/ChangeLog 2016-01-29 21:22:40 UTC (rev 195838)
+++ trunk/Websites/webkit.org/ChangeLog 2016-01-29 21:29:08 UTC (rev 195839)
@@ -1,3 +1,12 @@
+2016-01-29 Timothy Hatcher <timo...@apple.com>
+
+ Add some defintion list styles.
+
+ * wp-content/themes/webkit/style.css:
+ (dl):
+ (dt):
+ (dd):
+
2016-01-29 Filip Pizlo <fpi...@apple.com>
B3 should have documentation
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (195838 => 195839)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2016-01-29 21:22:40 UTC (rev 195838)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2016-01-29 21:29:08 UTC (rev 195839)
@@ -45,6 +45,15 @@
ol, ul {
list-style: none;
}
+dl {
+ margin: 2rem 0;
+}
+dt {
+ font-weight: bold;
+}
+dd {
+ margin: 0 3rem;
+}
blockquote, q {
quotes: none;
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes