1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-01 20:30:29 +02:00

remove left/right margin from images, tweak pdf print styles

This commit is contained in:
Hakim El Hattab
2012-11-27 09:23:23 -05:00
parent 242006a499
commit 519ee26809
8 changed files with 22 additions and 21 deletions

View File

@@ -85,6 +85,7 @@ ul, ol, div, p {
left: auto;
top: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
padding: auto;

View File

@@ -90,7 +90,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -90,7 +90,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #eeeeee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -77,7 +77,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #eeeeee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -77,7 +77,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -79,7 +79,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -83,7 +83,7 @@ body {
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

View File

@@ -81,7 +81,7 @@ body {
*********************************************/
.reveal section img {
margin: 15px;
margin: 15px 0px;
background: rgba(255,255,255,0.12);
border: 4px solid $mainColor;