Skip to content
Permalink
75b4284b31
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (20 sloc) 395 Bytes
img, a {border:none, outline: none;}
.reveal table th, .reveal table td {
text-align: center;
border: 1px solid white;
}
.reveal pre {
width: 100%;
border: none;
box-shadow: none;
}
.main .row img {
display: inline-block;
border: 0px;
background-color: transparent;
}
.noborder .reveal section img {
background:none;
border:none;
box-shadow:none;
}