diff options
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index 767c3431c..abbf3c942 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -143,7 +143,7 @@ body.toolbar-drawer { * IE 6 Fix. * * IE 6 shows elements with position:fixed as position:static so we replace - * it with position:absolute; toolbar needs it's z-index to stay above overlay. + * it with position:absolute; toolbar needs its z-index to stay above overlay. */ * html #toolbar { position: absolute; |