homepage.lucius 147 B

1234567891011121314
  1. h2##{aDomId} {
  2. color: #990
  3. }
  4. li {
  5. line-height: 2em;
  6. font-size: 16px
  7. }
  8. ##{commentTextareaId} {
  9. width: 400px;
  10. height: 100px;
  11. }