diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-21 00:26:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-21 00:26:21 +0000 |
commit | 5038c5d3df6353542f66acbb231316fb74d0f20c (patch) | |
tree | 606b98dc7ab4c483c959b5cb22d3ec618f4e377a /modules/toolbar | |
parent | d58ac9fd645314d82b6ad1d07d4a626fda517bdb (diff) | |
download | brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.gz brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.bz2 |
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
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; |