Skip to content

Commit ab1ef89

Browse files
author
Simon Pieters
committed
Tweak 'at risk' style in default.css to be less confusing
1 parent 20fa2f5 commit ab1ef89

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

default.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -835,16 +835,16 @@
835835
/* Style for At Risk features (intended as editorial aid, not intended for publishing) */
836836

837837
.atrisk::before {
838-
position: absolute;
839-
margin-left: -5em;
840-
margin-top: -2px;
841-
padding: 4px;
838+
float: right;
839+
margin-top: -0.25em;
840+
padding: 0.5em 1em 0.5em 0;
841+
text-indent: -0.9em;
842842
border: 1px solid;
843-
content: 'At risk';
843+
content: '\25C0 Not yet widely implemented';
844+
white-space: pre;
844845
font-size: small;
845846
background-color: white;
846847
color: gray;
847-
border-radius: 1em;
848848
text-align: center;
849849
}
850850

0 commit comments

Comments
 (0)