diff options
author | Jose Antonio Marquez | 2012-07-16 10:38:50 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-16 10:38:50 -0700 |
commit | ec3f0a848f264f466c3cd5dec60e27a84216d288 (patch) | |
tree | ca1da7e09f8d79118c5e1be42921d89bdf56c0d1 /js/components/layout/document-bar.reel/document-bar.css | |
parent | 6572ede98706133d6dc6c5dca72f8ca0da1eb2fe (diff) | |
download | ninja-ec3f0a848f264f466c3cd5dec60e27a84216d288.tar.gz |
CSS Fixes for Windows
Font size is not inherited in Chrome for Windows, but does inherit in Mac, adding size for avoid inconsistency.
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.css')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.css b/js/components/layout/document-bar.reel/document-bar.css index d92a3dd6..b86855b7 100755 --- a/js/components/layout/document-bar.reel/document-bar.css +++ b/js/components/layout/document-bar.reel/document-bar.css | |||
@@ -80,6 +80,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
80 | text-align: left; | 80 | text-align: left; |
81 | float: left; | 81 | float: left; |
82 | cursor: pointer; | 82 | cursor: pointer; |
83 | font-size: 11px; | ||
83 | } | 84 | } |
84 | 85 | ||
85 | .documentBar .viewicon { | 86 | .documentBar .viewicon { |