Change Cover metadata to relative path.
This commit is contained in:
parent
3c1123a0b8
commit
38013068b7
3 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue