diff options
| author | Igor Minar | 2012-08-06 16:54:18 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-08-06 16:54:18 -0700 | 
| commit | eee9a51faddc167479ed7533ea5488fe1504f4c1 (patch) | |
| tree | e123980233faf908db73b34e147a4d627760f49b /docs/src/templates/css/docs.css | |
| parent | 77e6d833f6818cbf3eecbe8e7cf640453af36ee1 (diff) | |
| download | angular.js-eee9a51faddc167479ed7533ea5488fe1504f4c1.tar.bz2 | |
docs(styles): fix the cog icon alignment
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 8359607e..a262eb9c 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -19,6 +19,11 @@ img.AngularJS-small {    height: 1em;  } + +.icon-cog { +  line-height: 13px; +} +  /* =============================== */  .form-search .dropdown-menu { | 
