fixed 127
This commit is contained in:
parent
e2c26b4acc
commit
803c674c94
3 changed files with 22 additions and 1 deletions
|
@ -39,7 +39,7 @@ ol li, .error, header.profile {
|
|||
}
|
||||
|
||||
body > ol > li {
|
||||
-webkit-transition: background-color 1000ms linear;
|
||||
|
||||
}
|
||||
|
||||
body > ol > li:first-child {
|
||||
|
@ -63,6 +63,11 @@ body > ol > li.highlighteffect {
|
|||
-webkit-transition: background-color 200ms linear;
|
||||
}
|
||||
|
||||
body > ol > li.highlighteffect-after {
|
||||
-webkit-transition: background-color 1000ms linear;
|
||||
}
|
||||
|
||||
|
||||
body > ol > li:after, header.profile:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
|
|
Reference in a new issue