Skip to content

Instantly share code, notes, and snippets.

@amuhororo
Last active January 25, 2018 08:10
Show Gist options
  • Save amuhororo/505add57f0fe4d7fdc0e3d50d0ef798a to your computer and use it in GitHub Desktop.
Save amuhororo/505add57f0fe4d7fdc0e3d50d0ef798a to your computer and use it in GitHub Desktop.
公式のタグリファレンスページを私流に見やすくするCSS
body, .navbar-fixed-top, .navbar-fixed-bottom {
min-width: 1px;
}
.container {
width:100%;
}
@media (min-width: 768px) {
.container, .raw {
width: 100%;
}
}
@media (min-width: 992px) {
.container, .raw {
width: 100%;
}
}
@media (min-width: 1200px) {
.container, .raw {
width: 100%;
}
}
.col-xs-4{
position: fixed;
top: 85px;
width:30%;
min-width:60px;
height:90%;
background:#fff;
overflow: auto;
z-index:600;
}
.col-xs-8{
left: 30%;
margin:0;
padding:0 10px 0 0;
width: 69.5%;
min-width:1px;
}
.footer{display:none;}
@amuhororo
Copy link
Author

2018.1.25 更新

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment