Improve styling of the template debug view

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-22 01:17:19 -04:00
parent bc08ada938
commit 66e0d9f357
3 changed files with 11 additions and 1 deletions

View File

@@ -103,7 +103,8 @@
* Add user created and user edited events.
* Add group created and group edited events.
* Add support for SourceColumn widgets.
* Improve styling of the template debug view.
3.1.11 (2019-04-XX)
===================
* Fix multiple tag selection wizard step.

View File

@@ -135,6 +135,7 @@ Other changes
* Add user created and user edited events.
* Add group created and group edited events.
* Add support for SourceColumn widgets.
* Improve styling of the template debug view.
Removals
--------

View File

@@ -335,6 +335,14 @@ a i {
}
}
/* Imitate the default look of Django's debug template */
.pre-server-error {
background-color:#ffe7ae;
color: black;
font-size: 110%;
font-weight: bold;
}
/*
* Main content
*/