ContextInstitute / bfcom

http://bfn.context.org
GNU General Public License v3.0
4 stars 1 forks source link

Softened Author block #71

Closed DavidScottBernstein closed 5 years ago

DavidScottBernstein commented 5 years ago

Fixed #52 by rounding corners of img.avatar and changing the font to be smaller, grey and italics.

DavidScottBernstein commented 5 years ago

@Robert I dropped the font of the date/time for posts in the author block to 8pt, grey, italics. You can change the date format from "F j, Y" to "Y-m-d" in the Wordpress UI so the date/time for entries fit on one line. As always, let me know if you'd like anything changed.

DavidScottBernstein commented 5 years ago

@iangilman I put the CSS code to software the author image block in the forum at the bottom of the file. It should land at the bottom of the / FORUM / section created in David17. Let me know if you'd like it to go somewhere else.

robert commented 5 years ago

@DavidScottBernstein I'm happy to review the code but I don't think you actually meant me ;)

DavidScottBernstein commented 5 years ago

Sorry, @robert I meant to send this to the other Robert, @rgilman: I dropped the font of the date/time for posts in the author block to 8pt, grey, italics. You can change the date format from "F j, Y" to "Y-m-d" in the Wordpress UI so the date/time for entries fit on one line. As always, let me know if you'd like anything changed.

iangilman commented 5 years ago

@DavidScottBernstein Looks good to me! BTW, one thing you can do to help with reviews is take a snapshot of what it looks like on your machine and paste it into here. To take a screenshot into your clipboard hit control + shift + command + 4; it'll give you a crosshair you can drag across the region you want to capture. Then come to GitHub and paste it into a comment field here. It'll spit out some code, but when you submit the comment (or hit preview) it'll show as an image. For example:

image
rgilman commented 5 years ago

@DavidScottBernstein, looks good! I think we will want to tweak the date formatting but I feel it's OK for now.