This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*print wsj articles in better css format in Chrome*/ | |
| /*Hide vertical share etc*/ | |
| .shareMenu--vertical { | |
| width: 40px; | |
| visibility: collapse; | |
| } | |
| /*Hide horizontal share etc*/ | |
| .shareMenu--horizontal { |