6 lines
169 B
CSS
6 lines
169 B
CSS
|
.rmdimportant {
|
||
|
padding: 1em 1em 1em 4em;
|
||
|
margin-bottom: 10px;
|
||
|
background: #f5f5f5 5px center/3em no-repeat;
|
||
|
background-image: url("images/important.png");
|
||
|
}
|