From fcf8c0c492f1c385e75c1cebdb8bf821fbe28526 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 30 Jan 2014 03:03:00 -0500 Subject: [PATCH] refactor(style) a: reset -> style --- css/reset.css | 6 ------ css/style.css | 6 +++++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/css/reset.css b/css/reset.css index 6cd1e49b..743832c6 100644 --- a/css/reset.css +++ b/css/reset.css @@ -29,12 +29,6 @@ body { Links ========================================================================== */ -a{ - color: #00e; - text-decoration:none; -} -a:visited { color: #551a8b; } -a:hover { color: #06e; } a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ diff --git a/css/style.css b/css/style.css index 5f50277d..0d44256f 100644 --- a/css/style.css +++ b/css/style.css @@ -202,6 +202,10 @@ body { width: 35%; } +.name a:hover { + cursor: default; +} + .size { float:left; width:16%; @@ -245,7 +249,7 @@ a { } a:hover, a:active { color : #06e; - cursor: pointer; + text-decoration:none; } /* Если размер окна очень маленький