X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=gallery%2Fgallery.css;h=92d240c4286e2f827c66c174fa867480aefd1787;hb=a0e87b3810630f0ae3d3b6942effe77d652a2e4a;hp=c0b81d7bd3d6beb9353859d8e2704eef21744339;hpb=3381d8fa5415cd273ec74b291ae146787f3c3a92;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index c0b81d7..92d240c 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -1,3 +1,5 @@ +@import url("../common/textarea.css"); + body { font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: 90%; @@ -119,6 +121,10 @@ aside { #workarea #styled-chart-labels .chart { border: 1px dashed black; - margin: 5px 5px 5px 50px; + margin: 5px 5px 5px 50px; padding: 2px; -} \ No newline at end of file +} + +#workarea #temperature-sf-ny #bordered { + border: 1px solid red; +}