Browse Source

update slide styles

master
Brett Langdon 12 years ago
parent
commit
6bd845ed8e
1 changed files with 15 additions and 1 deletions
  1. +15
    -1
      template.html

+ 15
- 1
template.html View File

@ -14,8 +14,22 @@
a:hover{ a:hover{
color: #000; color: #000;
} }
.remark-code {
p{
margin: 0 0 .3em 0;
}
code {
border-radius: 6px; border-radius: 6px;
background-color: #272822;
color: #ddd;
padding: 0 .3em 0 .3em;
font-size: .8em;
}
.remark-slide-content{
padding: 1em;
}
.float-block{
float: left;
width:33%;
} }
</style> </style>
</head> </head>


Loading…
Cancel
Save