Linking directly to an individual incident

This commit is contained in:
James Brooks
2015-08-15 15:10:20 +01:00
parent c2c815ab14
commit 8a3f9196d3
7 changed files with 76 additions and 38 deletions

View File

@@ -16,6 +16,17 @@ body.status-page {
margin-bottom: 20px;
}
img {
box-sizing: border-box;
&.emoji {
height: 20px;
width: 20px;
vertical-align: middle;
max-width: none;
}
}
.tooltip {
.tooltip-inner {
padding: 8px 12px;
@@ -231,17 +242,6 @@ body.status-page {
font-size: 1.1em;
}
}
img {
box-sizing: border-box;
&.emoji {
height: 20px;
width: 20px;
vertical-align: middle;
max-width: none;
}
}
}
}
}