Skip to content

Instantly share code, notes, and snippets.

@vdavez
Created June 2, 2013 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdavez/5692271 to your computer and use it in GitHub Desktop.
Save vdavez/5692271 to your computer and use it in GitHub Desktop.
A basic CSS for the DC Stat
long_title{
font-style: italic;
display:block;
}
short_title:before {
content: "BE IT ENACTED BY THE COUNCIL OF THE DISTRICT OF COLUMBIA, That this act may be cited as the \"";
}
short_title:after{
content:"\".";
}
section {
display:block;
text-indent: 20px;
}
section_text{
display:block;
}
subsection {
display:block;
text-indent: 20px;
}
amendment{
display:block;
color:red;
}
amendment[level="subsection"]{
text-indent:20px;
}
amendment[level="paragraph"]{
text-indent:40px;
}
DCCode {
color:blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment