mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
ff78101c3d
git-svn-id: svn://hamptoncatlin.com/haml/trunk@684 7063305b-7217-0410-af8c-cdc13e5119b9
19 lines
243 B
CSS
19 lines
243 B
CSS
#main {
|
|
width: 15em;
|
|
color: #0000ff;
|
|
}
|
|
#main p {
|
|
border-style: dotted;
|
|
/* Nested comment
|
|
* More nested stuff */
|
|
border-width: 2px;
|
|
}
|
|
#main .cool {
|
|
width: 100px;
|
|
}
|
|
|
|
#left {
|
|
font-size: 2em;
|
|
font-weight: bold;
|
|
float: left;
|
|
}
|