diff options
| author | Aymeric Augustin | 2013-12-15 13:16:12 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-12-15 13:16:12 +0100 | 
| commit | 35a1cb5e27889931a3a94ad095b742a91399eee5 (patch) | |
| tree | a3db8169a9c23e0cf02a6dd7b5f7eae9e97e1f23 /tests/additional_static/base.css | |
| parent | f9420501367bb4e8eb65c3b131185f2544710bf5 (diff) | |
| parent | 38de94d2d6586c716256838e41abe518898030d6 (diff) | |
| download | django-debug-toolbar-35a1cb5e27889931a3a94ad095b742a91399eee5.tar.bz2 | |
Merge branch 'master' into 1.0-release
Diffstat (limited to 'tests/additional_static/base.css')
| -rw-r--r-- | tests/additional_static/base.css | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tests/additional_static/base.css b/tests/additional_static/base.css new file mode 100644 index 0000000..8d7d127 --- /dev/null +++ b/tests/additional_static/base.css @@ -0,0 +1,3 @@ +body { +    color: green; +}
\ No newline at end of file | 
