aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
diff options
context:
space:
mode:
authorIgor Minar2010-11-15 22:51:16 -0800
committerIgor Minar2010-11-18 02:34:31 -0800
commitc7052f098d47f60228c5d60ad16fcac8ce2b22c8 (patch)
tree3c43d0aafa1b263a0d5c838b8e30059a9c434188 /docs/docs.css
parent7d6f5f986e374964d1467b6408f5ac8faa2985ba (diff)
downloadangular.js-c7052f098d47f60228c5d60ad16fcac8ce2b22c8.tar.bz2
add support for @deprecated ng:doc annotation + show warnings in templates
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 664328d0..766b6832 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -130,3 +130,12 @@ a {
margin-left: 3em;
font-family: monospace;
}
+
+.deprecated {
+ border: 2px solid red;
+}
+
+.deprecated legend {
+ font-weight: bold;
+ color: red;
+}