Skip to content

Commit

Permalink
Explicitely set color for links in module content (fixes #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
izimobil committed Nov 9, 2010
1 parent d968013 commit f2bd799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin_tools/media/admin_tools/css/dashboard.css
Expand Up @@ -167,6 +167,10 @@ h1.dashboard-title {
border-top: 1px solid #ececec;
}

.dashboard-module-content a {
color: #5B80B2;
}

.dashboard-module-content p {
margin: 10px;
}
Expand Down

0 comments on commit f2bd799

Please sign in to comment.