blob: 061e6c1d8fc1d7d5f6450b800e08f9c1529dec4f [file] [log] [blame]
#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; }
#right .header {
border-style: solid; }
#right .body {
border-style: dotted; }
#right .footer {
border-style: dashed; }