mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-25 18:40:25 +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. */
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue