[add] transition for top menu

This commit is contained in:
Knah Tsaeb 2015-01-30 15:12:42 +01:00
parent c83f4b2388
commit 0a5b47e4d5
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ body {
font-size: 0.9em;
}
a {
transition: all 200ms ease-in-out;
}
#title {
line-height: 1.1em;
margin-bottom: 0.3em;