projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681115e
)
add default table styles (closes #62)
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 13 Jun 2012 14:17:34 +0000
(11:17 -0300)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 13 Jun 2012 14:17:34 +0000
(11:17 -0300)
css/main.css
patch
|
blob
|
history
diff --git
a/css/main.css
b/css/main.css
index 41c06cf64670437e02eaff04495bc08472eadf10..747b34a2b6376738130b1e7f5e904f0a24c253a0 100644
(file)
--- a/
css/main.css
+++ b/
css/main.css
@@
-161,7
+161,6
@@
body {
.reveal ul ul,
.reveal ul ol,
-
.reveal ol ol,
.reveal ol ul {
display: block;
@@
-210,6
+209,16
@@
body {
font-family: monospace;
}
+.reveal table th,
+.reveal table td {
+ text-align: left;
+ padding-right: .3em;
+}
+
+.reveal table th {
+ text-shadow: rgb(255,255,255) 1px 1px 2px;
+}
+
.reveal small {
font-size: 60%;
line-height: 1em;