# HG changeset patch # User Paul Boddie # Date 1264983760 -3600 # Node ID 9cd672476ce8ea35883ac7f3f6147d503bfc0d59 # Parent ee7a531577d3c4c6cab29da7643006bf1f43f42d Changed link appearance, making it more consistent for different link types. Removed the padding around page previews. diff -r ee7a531577d3 -r 9cd672476ce8 themes/minimalmoin/css/screen.css --- a/themes/minimalmoin/css/screen.css Sun Jan 31 22:43:09 2010 +0100 +++ b/themes/minimalmoin/css/screen.css Mon Feb 01 01:22:40 2010 +0100 @@ -13,11 +13,11 @@ } a:link { color: #47f; text-decoration: none; } -a:link:hover, a:link:active { text-decoration: underline; color: green; } -a:visited { text-decoration: none; color: #04a;} -a:visited:hover { text-decoration: none; color: red; } -a.nonexistent:link { color: #666 } -a.nonexistent:hover { color: black; text-decoration: underline } +a:link:hover, a:link:active { color: green; text-decoration: underline; } +a:visited { color: #04a; text-decoration: none; } +a:visited:hover { color: red; text-decoration: underline; } +a.nonexistent:link { color: #666; text-decoration: none; } +a.nonexistent:hover { color: black; text-decoration: underline; } a.download { font-size: 120%; @@ -288,8 +288,6 @@ } #preview, #previewbelow { - border: 1px solid #6C7680; - padding: 10px 30px 20px 30px; background: url(../img/draft.png); margin-top: 0.5em; }