Update markdown rendering in code and slide
This commit is contained in:
@@ -63,10 +63,31 @@
|
||||
height: 100%;
|
||||
border-left: 1px solid black;
|
||||
box-sizing: border-box;
|
||||
font-family: Calibri,Ubuntu,sans-serif;
|
||||
//font-family: Calibri,Ubuntu,sans-serif;
|
||||
font: @colortheme_app-font;
|
||||
word-wrap: break-word;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
padding-bottom: 0.3em;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
li {
|
||||
min-height: 22px;
|
||||
}
|
||||
.todo-list-item {
|
||||
list-style: none;
|
||||
.fa {
|
||||
position: absolute;
|
||||
margin-left: -17px;
|
||||
margin-top: 4px;
|
||||
&.fa-check-square {
|
||||
font-size: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
media-tag {
|
||||
* {
|
||||
max-width:100%;
|
||||
|
||||
Reference in New Issue
Block a user