mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-28 16:38:22 +00:00
Merge pull request #167 from audreyr/develop
Document custom CSS better.
This commit is contained in:
commit
f2c8480a2f
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
|
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
|
||||||
|
|
||||||
.text-right
|
.text-right
|
||||||
{
|
{
|
||||||
text-align: right !important;
|
text-align: right !important;
|
||||||
|
|
@ -14,6 +15,8 @@
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Custom CSS classes go below this point */
|
||||||
|
|
||||||
.checkbox-column {
|
.checkbox-column {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue