summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2015-07-28 15:25:12 -0700
committerSamy Pesse <samypesse@gmail.com>2015-07-28 15:25:12 -0700
commit508ce4283ecb415303bb4aee11e53786057bc870 (patch)
treebb0e0b189a076299d8d2cb3344e982bff2e0df54 /theme/stylesheets
parent4aa8e6654932dc3cc61626fa30d3ae42d1629f8d (diff)
downloadgitbook-508ce4283ecb415303bb4aee11e53786057bc870.zip
gitbook-508ce4283ecb415303bb4aee11e53786057bc870.tar.gz
gitbook-508ce4283ecb415303bb4aee11e53786057bc870.tar.bz2
Fix #819: codes must always be ltr
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/base/markdown.less1
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 {