fixed #133
This commit is contained in:
parent
a2e41efd82
commit
e2c26b4acc
2 changed files with 27 additions and 3 deletions
|
@ -38,6 +38,10 @@ ol li, .error, header.profile {
|
|||
color: red;
|
||||
}
|
||||
|
||||
body > ol > li {
|
||||
-webkit-transition: background-color 1000ms linear;
|
||||
}
|
||||
|
||||
body > ol > li:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
|
@ -54,6 +58,11 @@ body > ol > li:hover {
|
|||
background: #dedede;
|
||||
}
|
||||
|
||||
body > ol > li.highlighteffect {
|
||||
background-color: #FFFBD0;
|
||||
-webkit-transition: background-color 200ms linear;
|
||||
}
|
||||
|
||||
body > ol > li:after, header.profile:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
|
|
Reference in a new issue