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; } /* Если размер окна очень маленький