diff options
| author | sostler <sbostler@gmail.com> | 2010-04-11 16:50:40 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-11 16:50:40 -0400 |
| commit | 57c3298cbb88181ab2a9e2dd5309b7a5df6eb30f (patch) | |
| tree | e9ca474c5a1fa584728b152bf95ac5471943253c /static/css/admin.css | |
| parent | 57be29ee7b7782830cf981d9437b18c88620f8ed (diff) | |
Initial muting implementation
Diffstat (limited to 'static/css/admin.css')
| -rw-r--r-- | static/css/admin.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/admin.css b/static/css/admin.css new file mode 100644 index 0000000..f04af5d --- /dev/null +++ b/static/css/admin.css @@ -0,0 +1,3 @@ +.errorbox { + border: 2px solid red; +}
\ No newline at end of file |
