diff options
| author | Elliott Sprehn | 2010-11-01 18:03:52 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-11-02 11:27:54 -0700 | 
| commit | dcf76e681624dca350d00a4a2e5f5d63deffcb17 (patch) | |
| tree | 6eb72ac544c9a70d83a7655553726a68afa6f156 /css | |
| parent | 56a3d52f45ceae7973999ab8351a090f3ffddbba (diff) | |
| download | angular.js-dcf76e681624dca350d00a4a2e5f5d63deffcb17.tar.bz2 | |
Provide better sandbox error messages, and disallow running from file:// URLs
Diffstat (limited to 'css')
| -rw-r--r-- | css/angular-scenario.css | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/css/angular-scenario.css b/css/angular-scenario.css index f5cded7f..b8d25c1c 100644 --- a/css/angular-scenario.css +++ b/css/angular-scenario.css @@ -8,6 +8,11 @@ body {    font-size: 14px;  } +#system-error { +  font-size: 1.5em; +  text-align: center; +} +  #json, #xml {    display: none;  } | 
