diff options
| author | Igor Minar | 2010-11-23 15:44:14 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-23 15:44:14 -0800 |
| commit | 870547d185ce755d695cc75d908c1deb78d89f49 (patch) | |
| tree | 5cc673f143db06cd6ce2759c76d7673dc92dcd10 /docs/docs.css | |
| parent | 0d1f8a053214e0aa98ffa4a9630eb2ddd0daff6e (diff) | |
| download | angular.js-870547d185ce755d695cc75d908c1deb78d89f49.tar.bz2 | |
docs for angular.Array.orderBy
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 6 |
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; +} |
