diff options
Diffstat (limited to 'docs/src/templates/docs.css')
| -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; +}  | 
