This commit is contained in:
Jeena Paradies 2013-02-04 01:07:12 +01:00
parent a2e41efd82
commit e2c26b4acc
2 changed files with 27 additions and 3 deletions

View file

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