aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
diff options
context:
space:
mode:
authorIgor Minar2010-11-23 15:44:14 -0800
committerIgor Minar2010-11-23 15:44:14 -0800
commit870547d185ce755d695cc75d908c1deb78d89f49 (patch)
tree5cc673f143db06cd6ce2759c76d7673dc92dcd10 /docs/docs.css
parent0d1f8a053214e0aa98ffa4a9630eb2ddd0daff6e (diff)
downloadangular.js-870547d185ce755d695cc75d908c1deb78d89f49.tar.bz2
docs for angular.Array.orderBy
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 69cfb078..71958130 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -174,4 +174,8 @@ a {
float: right;
width: 10em;
text-align: right;
-} \ No newline at end of file
+}
+
+.doc-example table td {
+ padding: 0 1.5em;
+}