Browse Source

Merge pull request #108 from dandv/patch-2

Cosmetic change in css/main.css
Hakim El Hattab 12 years ago
parent
commit
614c7b1340
1 changed files with 3 additions and 3 deletions
  1. 3 3
      css/main.css

+ 3 - 3
css/main.css

@@ -210,12 +210,12 @@ body {
 
 
 .reveal table th, 
 .reveal table th, 
 .reveal table td {
 .reveal table td {
- 	 text-align: left;
- 	 padding-right: .3em;
+	text-align: left;
+	padding-right: .3em;
 }
 }
 
 
 .reveal table th {
 .reveal table th {
- 	 text-shadow: rgb(255,255,255) 1px 1px 2px;
+	text-shadow: rgb(255,255,255) 1px 1px 2px;
 }
 }
 
 
 .reveal sup { 
 .reveal sup {