- removing underline from composer style shortcut button grouping

This commit is contained in:
Julian Lam
2013-07-21 01:43:14 -04:00
parent 97a70b808e
commit a6460169d4

View File

@@ -517,6 +517,10 @@ body .navbar .nodebb-inline-block {
span {
color: white;
&:hover {
text-decoration: none;
}
}
}