Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meshesha committed Jan 9, 2021
1 parent e047061 commit 4bbf96b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/pptxjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
height: 690px;
position: relative;
border: 1px solid #333;
background-color: #EFEFEF;
/* background-color: #EFEFEF; */
text-align: center;
border-radius: 10px;
box-shadow: 1px 1px 3px #AAA;
/* box-shadow: 1px 1px 3px #AAA; */
overflow: hidden;
/*transform: scale(0.85);*/
}
Expand Down Expand Up @@ -94,14 +94,14 @@
}


li.slide {
.slide li.slide {
margin: 10px 0px;
font-size: 18px;
}

div.footer {
/* div.footer {
text-align: center;
}
} */

.slide table {
position: absolute;
Expand Down

0 comments on commit 4bbf96b

Please sign in to comment.