Docs: make "Updated" tags lighter than the "New" tag

This commit is contained in:
Mottie 2014-05-05 21:07:50 -05:00
parent 35ec1d87eb
commit e9b9b1bf0f

View File

@ -62,6 +62,7 @@ p.small {padding-left: 25px;}
p.tip em, div.tip em,.label-info {padding: 2px; background-color: #5bc0de; color: #fff; border-radius: .25em;}
.label { padding: 0.1em 0.6em 0.1em; font-size: 75%; color: #fff; border-radius: .25em; }
span.tip em, .label-success { background-color: #5cb85c; }
.updated .label-success { background-color: #8eCe8e; }
span.tip.old em, .label-default { background-color: #999; }
span.warn em, .label.alert { background-color: #d9534f; }
.label.warning { background-color: #f0ad4e; }