X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.css;h=806492d001ddc360e202d6cac05628a9226cfcd4;hb=refs%2Fheads%2F7.x;hp=1c55ea0fd0ba5af9961efd53461c5e2a2c3e91a2;hpb=66f3bea850ee445427da4ec46e18d4374dd3e953;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.css b/mkdru.css index 1c55ea0..806492d 100644 --- a/mkdru.css +++ b/mkdru.css @@ -1,5 +1,13 @@ +a.cross { + text-decoration: line-through; +} + +.node-mkdru div { + margin: 1em 0em; +} + .mkdru-search { - text-align:center; + text-align: center; } .mkdru-search input[type='text'] { @@ -11,8 +19,8 @@ } .mkdru-result-list { - margin: 0; - padding: 0; + margin: 0 !important; + padding: 0 !important; } .mkdru-result-list li { @@ -43,4 +51,4 @@ .mkdru-detail tr.even, tr.odd, tbody th { border-style: none !important; -} \ No newline at end of file +}