Smaller tabs for mobile view

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-12-02 11:47:12 +02:00
parent 4cbe72d767
commit 6eeaef6dc4
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A
2 changed files with 17 additions and 4 deletions

View file

@ -330,10 +330,6 @@ table {
}
}
@media (max-width: $screen-xs-max) {
.container .content { margin-top: 20px; }
}
.wiki .highlight, .note-body .highlight {
margin-bottom: 9px;
}

View file

@ -0,0 +1,17 @@
/** Common mobile (screen XS) styles **/
@media (max-width: $screen-xs-max) {
.container .content {
margin-top: 20px;
}
.nav.nav-tabs > li > a {
padding: 10px;
font-size: 12px;
margin-right: 3px;
.badge {
display: none;
}
}
}