X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ad64a2d9487bb320ea88efc58c8bd9cc42d9c71e..42faac096df5479bd7747d9068eb88d1410d6d34:/platforma/static/css/master.css diff --git a/platforma/static/css/master.css b/platforma/static/css/master.css index 5fc28d00..b1bcdf79 100644 --- a/platforma/static/css/master.css +++ b/platforma/static/css/master.css @@ -1,3 +1,13 @@ +a, a:visited, a:active { + color: blue; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + + body { margin: 0; overflow: hidden; @@ -321,41 +331,6 @@ p { margin: 0;} line-height: 18px; padding-right: 5px; } - -/* DIFFS */ - #history-view table { - width: 75%; - margin: 1em auto; - max-height: 400px; - overflow-y: auto; - } - - #diff-view { - border: 2px solid black; - background: #fafafa; - margin: 1em auto; - width: 90%; - } - - td.diff_header { - display: none; - } - - td.diff_next { - display: none; - } - - .diff_sub { - background-color: #ef4040; - } - - .diff_chg { - background-color: #efef40; - } - - .diff_add { - background-color: #40ef40; - } /*