1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2014-03-11 18:15:46 +01:00
parent 68cf81f9e0
commit 039312e39c
1 changed files with 5 additions and 4 deletions

View File

@ -4,13 +4,14 @@
}
.shortcuts b {
border-left: 1px solid rgba(0, 0, 0, 0.34);
padding-left: 5px;
border-left: 1px solid rgba(0, 0, 0, .34);
margin-left: 5px;
padding-left: 5px;
}
.shortcuts b:first-child, .shortcuts .clearShortcut {
.shortcuts b:first-child,
.shortcuts .clearShortcut {
border-left: 0;
padding-left: 0;
margin-left: 0;
padding-left: 0;
}