Former-commit-id: 8c76980725c6306fce5794cb54e37672bae17637
This commit is contained in:
Henrique Dias
2017-01-02 19:55:21 +00:00
parent 2619f57170
commit e8969f4edf
2 changed files with 16 additions and 4 deletions

View File

@@ -23,6 +23,11 @@ img {
max-width: 100%;
}
audio,
video {
width: 100%;
}
pre {
padding: 1em;
border: 1px solid #e6e6e6;
@@ -721,12 +726,19 @@ header .actions {
vertical-align: bottom;
}
#listing .message {
.message {
text-align: center;
font-size: 3em;
margin: 1em 0;
margin: 1em auto;
display: block !important;
width: 95%;
color: rgba(0, 0, 0, 0.2);
font-weight: 500;
}
.message i {
font-size: inherit;
vertical-align: middle;
}