summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/resources_inpage1.css
blob: 644deaaea7e0e76af393cf89ab19cab5f1faff92 (plain)
1
2
3
4
5
6
7
8
9
10
11
@charset "utf-8";

/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

#pid   { border-top: 2px dotted #F00; }
#divid { border-top: 2px dotted #00F; }
#h4id  { border-top: 2px dotted #0F0; }
#h3id  { border-top: 2px dotted #FF0; }