1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/sass/results/parent_ref.css
nex3 7b6d285294 Oops... forgot to add a few files.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@421 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 05:22:03 +00:00

12 lines
386 B
CSS

a { color: #000; }
a:hover { color: #f00; }
p, div { width: 100em; }
p foo, div foo { width: 10em; }
#cool { border-style: solid; border-width: 2em; }
.ie7 #cool, .ie6 #cool { content: string(Totally not cool.); }
.firefox #cool { content: string(Quite cool.); }
.wow, .snazzy { font-family: fantasy; }
.wow:hover, .wow:visited, .snazzy:hover, .snazzy:visited { font-weight: bold; }