diff options
| author | Igor Minar | 2011-06-06 11:29:47 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:28 -0700 | 
| commit | 759e6ea8ed798abfd3ad188ee5ba4e688c508535 (patch) | |
| tree | 1ef4d0be1655c40443d77bc07726a39858cf286a /docs/src | |
| parent | c4989d8979f4b76460ab585296b3f89ae5a6bd16 (diff) | |
| download | angular.js-759e6ea8ed798abfd3ad188ee5ba4e688c508535.tar.bz2 | |
docs css fixes
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/docs.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index bff47056..3c70f15d 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -137,7 +137,7 @@ h4 {  #sidebar {    margin-top: 4em;    width: 15.5em; -  padding: 0.7em; +  padding: 0.8em 0.7em 0.7em 0.7em;    background: #7989D6;    overflow: hidden;    float: left; @@ -157,7 +157,7 @@ h4 {  #sidebar input { -  width: 18.9em; +  width: 207px;  } | 
