aboutsummaryrefslogtreecommitdiffstats
path: root/example/tweeter/style.css
diff options
context:
space:
mode:
authorMisko Hevery2010-01-19 17:53:20 -0800
committerMisko Hevery2010-01-19 17:53:20 -0800
commitdb2031c5a1df205e6db40ca6aba80930375069c0 (patch)
treeba68d783f74007c307b1122ea0302f4dfc81e0b5 /example/tweeter/style.css
parent910ddbe34eb6268e9049ca91211d43663d629879 (diff)
downloadangular.js-db2031c5a1df205e6db40ca6aba80930375069c0.tar.bz2
added debug info; fix parser bug with double negation
Diffstat (limited to 'example/tweeter/style.css')
-rw-r--r--example/tweeter/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/tweeter/style.css b/example/tweeter/style.css
index 769a6f45..0f2aaecd 100644
--- a/example/tweeter/style.css
+++ b/example/tweeter/style.css
@@ -84,4 +84,11 @@ label {
.editor TEXTAREA {
height: 50px;
+}
+
+.debug{
+ font-size: .7em;
+ white-space: pre;
+ padding: 0;
+ margin: 0;
} \ No newline at end of file