From 68c5f11b85e46b5acce7baa978f3985f43d7b14e Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Sat, 1 Jun 2013 12:35:49 +0200 Subject: [PATCH] Document custom CSS better. --- djadmin2/static/themes/bootstrap/css/bootstrap-custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css index 31072e5..1afca49 100644 --- a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css +++ b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css @@ -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; }