Underline links in the detected problems messages on admin dashboard

This commit is contained in:
Neil Lalonde 2013-04-04 16:16:58 -04:00
parent 66bc48a0e3
commit d974aea536

View file

@ -412,6 +412,9 @@ table {
.problem-messages {
float: left;
width: 355px;
a {
text-decoration: underline;
}
}
}