updated to v2.3, initial implementation of uniformly scaled presentations (#310)

This commit is contained in:
Hakim El Hattab
2013-01-27 23:27:14 -05:00
parent 784fa9d2e3
commit d1c74523a4
6 changed files with 25 additions and 22 deletions

View File

@ -62,17 +62,6 @@ body {
text-shadow: none;
}
@media screen and (max-width: 900px), (max-height: 600px) {
.reveal .slides {
font-size: 0.82em;
}
}
@media screen and (max-width: 700px), (max-height: 400px) {
.reveal .slides {
font-size: 0.66em;
}
}
/*********************************************
* HEADERS
@ -525,17 +514,15 @@ body {
position: relative;
width: 100%;
height: 100%;
min-height: 640px; /* min height + 40 to account for padding */
}
.reveal .slides {
position: absolute;
max-width: 900px;
min-height: 600px;
width: 80%;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
overflow: visible;
z-index: 1;
text-align: center;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long