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
1 changed files with 3 additions and 0 deletions

View File

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