Change Cover metadata to relative path.

This commit is contained in:
Alexandre Vicenzi 2016-08-08 23:08:44 -03:00
parent 3c1123a0b8
commit 38013068b7
3 changed files with 13 additions and 3 deletions

View file

@ -292,10 +292,16 @@ a.btn:hover {
background-color: @light-orange;
}
.center {
.center, .text-center {
text-align: center;
}
.img-center {
margin-left: auto;
margin-right: auto;
display: block;
}
.float-right {
float: right;
}