Ensure twitter/link buttons get displayed
This commit is contained in:
parent
a96207fcdf
commit
ad2dd4c560
1 changed files with 3 additions and 0 deletions
|
@ -237,6 +237,9 @@ div.system-message p.system-message-title {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make sure twitter/link buttons get displayed */
|
||||||
|
.btn-group, .btn-svg { min-width: 20px; }
|
||||||
|
|
||||||
@media all and (max-width: 760px) {
|
@media all and (max-width: 760px) {
|
||||||
.navbar-nav { margin: 0px -15px; }
|
.navbar-nav { margin: 0px -15px; }
|
||||||
.navbar-nav > li { width: 120px !important; }
|
.navbar-nav > li { width: 120px !important; }
|
||||||
|
|
Loading…
Reference in a new issue