diff options
| author | Vojta Jina | 2011-07-22 14:58:53 +0200 | 
|---|---|---|
| committer | Vojta Jina | 2011-09-08 23:00:59 +0200 | 
| commit | 8fa79066e2cea470086769aa59e7cc9d3aa30d81 (patch) | |
| tree | 08e84901b62396ff0bcc37b10515a9cf9e98cf2a /docs/src | |
| parent | 909415d5ed817ea3dc2ddcfded00f808df4b5849 (diff) | |
| download | angular.js-8fa79066e2cea470086769aa59e7cc9d3aa30d81.tar.bz2 | |
doc($location): $location docs + using $location guide
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/docs.css | 34 | 
1 files changed, 34 insertions, 0 deletions
| diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index f3418649..99ea7454 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -425,3 +425,37 @@ li {    display: inline;  } +table { +	border-collapse: collapse; +} + +td { +  padding: 4px; +  border: 1px solid lightgray; +} + +td.head, thead td, .head td { +  background-color: #EEE; +} + +td.empty-corner-lt { +  border-left: 0; +  border-top: 0; +  background-color: transparent; +} + +/* service.$location Html5 mode example */ +.html5-hashbang-example { +  height: 255px; +  margin-left: -40px; +  padding-left: 30px;  +} + +.html5-hashbang-example div { +  float: left; +  width: 375px; +} + +.html5-hashbang-example div input { +  width: 360px; +} | 
