Merge pull request #167 from audreyr/develop

Document custom CSS better.
This commit is contained in:
Audrey Roy 2013-06-01 03:36:36 -07:00
commit f2c8480a2f

View file

@ -1,4 +1,5 @@
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
.text-right
{
text-align: right !important;
@ -14,6 +15,8 @@
text-align: left !important;
}
/* Custom CSS classes go below this point */
.checkbox-column {
width: 16px;
}