1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing whitespaces

This commit is contained in:
Tim Düsterhus 2012-08-28 22:29:34 +02:00
parent c918ca0c86
commit 09b2840ce1

View File

@ -303,12 +303,12 @@ .sidebarContent {
background-color: rgba(255, 255, 255, 0.3);
-moz-transition-property: background-color; -moz-transition-duration: .2s;
-webkit-transition-property: background-color; -webkit-transition-duration: .2s;
}
> a:hover {
&:hover {
background-color: rgb(255, 255, 255);
}
}
}
> li.activeMenuItem {
> a {