* wp-content/themes/webkit/style.css:
(article .byline): Bump padding to avoid content with negative margins.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@196580
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-02-15 Timothy Hatcher <timothy@apple.com>
+
+ Fix byline to avoid bumping into content sticks out.
+
+ * wp-content/themes/webkit/style.css:
+ (article .byline): Bump padding to avoid content with negative margins.
+
2016-02-13 Timothy Hatcher <timothy@apple.com>
Adjust the appearance of mattewhite figures that are not widescreen.
float: left;
width: 191px;
text-align: right;
- padding-right: 3rem;
+ padding-right: 4rem;
box-sizing: border-box;
}
float: none;
text-align: center;
margin-bottom: 3rem;
+ padding-right: 0;
}
article .byline p {
float: none;
text-align: center;
margin-bottom: 3rem;
+ padding-right: 0;
}
article .byline p {