Template:Note/styles.css: Difference between revisions

[checked revision][checked revision]
Content deleted Content added
Caleb Cooper changed the content model of the page Template:Note/styles.css from "CSS" to "Sanitized CSS"
No edit summary
Line 7:
background-repeat: no-repeat;
border: 1px solid #ddd;
}
.note-inline {
display: inline-block;
vertical-align: middle;
}
.note-info {
background-color: #f6efe5;
background-size: 25px;
border-color: #ac6600;
padding-left: 40px;
min-height: 28px;
}
.note-reminder {
background-color: #fff9ea;
background-size: 25px;
border-color: #fc3;
min-height: 28px;
}
.note-error {
background-color: #fee7e6;
background-size: 25px;
border-color: #c33;
min-height: 28px;
}