From 44e16d75bcaf95a9475e957c23a1110f8984fcba Mon Sep 17 00:00:00 2001 From: Michael Milz Date: Mon, 21 Oct 2013 13:28:42 +0200 Subject: [PATCH] prevent Linkstyles from being overwritten by plugin --- assets/stylesheets/dmsf.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/dmsf.css b/assets/stylesheets/dmsf.css index d827fb57..618bf64f 100644 --- a/assets/stylesheets/dmsf.css +++ b/assets/stylesheets/dmsf.css @@ -289,6 +289,6 @@ table.list td.step { padding: 3px 0 3px 0; } -.modal a, a:link, a:visited{ color: #169; text-decoration: none; } -.modal a:hover, a:active{ color: #c61a1a; text-decoration: underline;} -.modal{ font-size: 12px} \ No newline at end of file +.modal a, .modal a:link, .modal a:visited{ color: #169; text-decoration: none; } +.modal a:hover, .modal a:active{ color: #c61a1a; text-decoration: underline;} +.modal{ font-size: 12px}