mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) a: reset -> style
This commit is contained in:
parent
792d947ebd
commit
fcf8c0c492
2 changed files with 5 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* Если размер окна очень маленький
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue