Commit ce354254c05c8c57f0769016410c37ca9d598c5d

Jannik Zschiesche 2014-06-20T13:54:37

Define default line height in all themes This should fix #40 & #278

diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 4caa6c6..27acdd5 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
+  line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
diff --git a/themes/prism-dark.css b/themes/prism-dark.css
index 32fa6ff..2449da6 100644
--- a/themes/prism-dark.css
+++ b/themes/prism-dark.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	line-height: 1.5;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index 946eac2..8edc7bf 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -12,6 +12,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	line-height: 1.5;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 37d9b35..6f6a42c 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	line-height: 1.5;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-tomorrow.css b/themes/prism-tomorrow.css
index c8b5db4..fc7901a 100644
--- a/themes/prism-tomorrow.css
+++ b/themes/prism-tomorrow.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
+  line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index f774413..ea070cd 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	line-height: 1.5;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism.css b/themes/prism.css
index 588bd35..dd3402c 100644
--- a/themes/prism.css
+++ b/themes/prism.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	line-height: 1.5;
 
 
 	-moz-tab-size: 4;