diff options
author | Samy Pesse <samypesse@gmail.com> | 2015-07-28 15:25:12 -0700 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2015-07-28 15:25:12 -0700 |
commit | 508ce4283ecb415303bb4aee11e53786057bc870 (patch) | |
tree | bb0e0b189a076299d8d2cb3344e982bff2e0df54 /theme/stylesheets/base/markdown.less | |
parent | 4aa8e6654932dc3cc61626fa30d3ae42d1629f8d (diff) | |
download | gitbook-508ce4283ecb415303bb4aee11e53786057bc870.zip gitbook-508ce4283ecb415303bb4aee11e53786057bc870.tar.gz gitbook-508ce4283ecb415303bb4aee11e53786057bc870.tar.bz2 |
Fix #819: codes must always be ltr
Diffstat (limited to 'theme/stylesheets/base/markdown.less')
-rw-r--r-- | theme/stylesheets/base/markdown.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less index 28e9b59..a214502 100644 --- a/theme/stylesheets/base/markdown.less +++ b/theme/stylesheets/base/markdown.less @@ -51,6 +51,7 @@ pre { font-family: monospace, monospace; font-size: 1em; + direction: ltr; } table { |