This commit is contained in:
Huy Tran 2018-03-30 10:49:07 +11:00
parent a0df983ae7
commit ad5f17e77a
6 changed files with 33 additions and 8 deletions

View file

@ -56,11 +56,11 @@ code
font-family: monospace;
border-radius: 4px;
width: 100%;
font-size: .85em;
font-size: .9em;
}
code {
padding:.15em .3em;
padding:.20em .2em .10em;
background: #272932!important;
color: #ececec!important;
box-sizing: border-box;
@ -82,3 +82,7 @@ img.center
margin-right: auto;
margin-left: auto;
}
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
.pull-right {
float: right;
}