Skip to content

Commit

Permalink
Make comment boxes look more like the output
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 5, 2020
1 parent deb76d2 commit db7bb32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/css/new/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ body#body-bills div#news h3 {

#comments textarea {
width: 95%;
font-size: 1em;
font-family: Verdana, Geneva, Tahoma, sans-serif;
line-height: 1.2em;
color: #333;
}

/* Tab styles, expanding on and overriding default tab styles. */
Expand Down

0 comments on commit db7bb32

Please sign in to comment.