refactor(style) a: reset -> style

This commit is contained in:
coderaiser 2014-01-30 03:03:00 -05:00
parent 792d947ebd
commit fcf8c0c492
2 changed files with 5 additions and 7 deletions

View file

@ -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 */

View file

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