Redundancy

This commit is contained in:
Jordan 2014-01-08 23:34:52 -07:00
parent 26ee14e688
commit 8575c0ce87
3 changed files with 2 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1327,28 +1327,3 @@ a:only-of-type > .remove {
vertical-align: -1px;
}
}
/* Font Awesome */
:root.shortcut-icons .fa::before {
display:inline-block;
font-size:13px;
visibility:visible
}
:root.shortcut-icons #shortcuts .fa::before {
font-size:15px!important;
margin-top:-3px!important;
position:relative;
top:1px
}
:root.shortcut-icons .fa {
font-size:0;
visibility:hidden
}
:root.shortcut-icons .shortcut.brackets-wrap::after,
:root.shortcut-icons .shortcut.brackets-wrap::before {
display:none
}
:root.shortcut-icons a .fa {
display:inline
}