Commit 2b09b19add8402ddd4f87c8e43c4788f44fc63ca

Shane Osbourne 2013-12-12T12:09:28

Fix indentation to match individual formatting styles per file

diff --git a/themes/prism-dark.css b/themes/prism-dark.css
index 3f273df..32fa6ff 100644
--- a/themes/prism-dark.css
+++ b/themes/prism-dark.css
@@ -13,7 +13,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
-    word-break: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index 9c29791..946eac2 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -11,7 +11,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
-    word-break: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index b0ba4e4..37d9b35 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -13,7 +13,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
-    word-break: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index e1c017c..f774413 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -12,7 +12,7 @@ pre[class*="language-"] {
 	text-shadow: 0 -.1em .2em black;
 	white-space: pre;
 	word-spacing: normal;
-    word-break: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism.css b/themes/prism.css
index 51bde5a..7b13bbd 100644
--- a/themes/prism.css
+++ b/themes/prism.css
@@ -13,7 +13,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
-    word-break: normal;
+	word-break: normal;
 
 
 	-moz-tab-size: 4;