diff options
| author | Peter Bacon Darwin | 2014-02-14 14:32:31 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 | 
| commit | f5575782c4e8085e6f71f69ec2e368d1b4bdc795 (patch) | |
| tree | bcbbd20993141f0f23fbb47a4478c39a9e026f61 /docs/app | |
| parent | d85505d0194e6aa2cfe24aea51afe12a09ba73d2 (diff) | |
| download | angular.js-f5575782c4e8085e6f71f69ec2e368d1b4bdc795.tar.bz2 | |
docs(docs.css): add initial type-hint styles
Diffstat (limited to 'docs/app')
| -rw-r--r-- | docs/app/assets/css/docs.css | 40 | 
1 files changed, 40 insertions, 0 deletions
| diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 1a0b678f..2d667602 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -377,3 +377,43 @@ iframe.example {    top:20px;    right:20px;  } + + + +.variables-matrix td { +  vertical-align:top; +  padding:5px; +} + +.type-hint { +  display:inline-block; +} + +.variables-matrix .type-hint { +  text-align:center; +  min-width:60px; +} + +.type-hint + .type-hint { +  margin-top:5px; +} + +.type-hint-string { +  background:#3a87ad; +} + +.type-hint-object { +  background:#999; +} + +.type-hint-array { +  background:#F90;; +} + +.type-hint-boolean { +  background:rgb(18, 131, 39); +} + +.type-hint-number { +  background:rgb(189, 63, 66); +} | 
