Improve styling of the template debug view
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
--------
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user