[dreamwidth/dw-free] b0c8ef: Various new site skin fixes
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: b0c8effb6f679674222fd5b9a40abdf79260793a https://github.com/dreamwidth/dw-free/commit/b0c8effb6f679674222fd5b9a40abdf79260793a Author: Nick Fagerlund nick.fagerlund@gmail.com Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M htdocs/scss/skins/entry-styles.scss M htdocs/scss/skins/journal-typography.scss M htdocs/scss/skins/_reply-form-styles.scss
Log Message:
Various new site skin fixes
The border colors on comment headers were wonky after re-adding the color alternation. (One of them was half-highlight-color, half-black). Fixed by exploding "border-bottom" into its constituent parts. (The "combined" border properties implicitly set border-color to
currentcolor
, which is black-ish.)Add padding to .comment-info (comment header) boxes.
Reduce the space we waste for absent comment headers on mobile.
We shouldn't mess with table styles in Lynx (since they're browser default anyway), so move that out of the "need this to display comment pages" file and into the "fix bad Foundation behavior for thick siteskins" file.
Remove default Foundation styling for textareas in entries (which are used to share code).
Fix a rare issue where the height of the comment form textarea got compressed. (Only affects highly obsolete browsers.)