Skip to content

Commit

Permalink
style IntenseDebate comments form for vmax sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jun 19, 2016
1 parent a9f14b6 commit 67cb910
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion template/style.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,32 @@ $base_anim_time: 1s * $golden_ratio

// http://support.intensedebate.com/css-documentation/
#idc-container-parent #idc-container
&, & div
margin-top: 3em

&, & *
// use same font size as the rest of the web page
font-size: inherit
max-width: inherit

h3
font-size: 1.8 * $base_font_size
font-weight: bolder

.idc-c-h
background: $border_color

.idc-time a
color: $a_link_color

.idc-c-t-inner
padding: 1em

.idc-new textarea
min-height: 16ch

.idc-r strong
// "Submit Comment"
color: inherit

@media print

Expand Down

0 comments on commit 67cb910

Please sign in to comment.