mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-16 10:30:58 +00:00
Fixes #11729: Show code snippets on mobile views
This commit is contained in:
parent
9edec7ed21
commit
0bf5202b92
1 changed files with 0 additions and 8 deletions
|
|
@ -921,7 +921,6 @@ h1[id] {
|
|||
*/
|
||||
|
||||
.highlight {
|
||||
display: none; /* hidden by default, until >480px */
|
||||
padding: 9px 14px;
|
||||
margin-bottom: 14px;
|
||||
background-color: #f7f7f9;
|
||||
|
|
@ -949,13 +948,6 @@ h1[id] {
|
|||
color: #bebec5;
|
||||
}
|
||||
|
||||
/* Show code snippets when we have the space */
|
||||
@media (min-width: 481px) {
|
||||
.highlight {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Responsive tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue