git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a CSS class to remove padding when using mattewhite class for figures
[WebKit-https.git]
/
Websites
/
webkit.org
/
wp-content
/
themes
/
webkit
/
style.css
diff --git
a/Websites/webkit.org/wp-content/themes/webkit/style.css
b/Websites/webkit.org/wp-content/themes/webkit/style.css
index
6c1e41b
..
a31aa59
100644
(file)
--- a/
Websites/webkit.org/wp-content/themes/webkit/style.css
+++ b/
Websites/webkit.org/wp-content/themes/webkit/style.css
@@
-1074,6
+1074,10
@@
article .mattewhite {
padding-bottom: 3rem;
}
+article .mattewhite.tightwad {
+ padding: 0;
+}
+
/** Article Figures **/
article figure {