fixed 127

This commit is contained in:
Jeena Paradies 2013-02-04 01:53:44 +01:00
parent e2c26b4acc
commit 803c674c94
3 changed files with 22 additions and 1 deletions

View file

@ -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;