add select2 to deps

This commit is contained in:
Nabeel Shahzad
2017-08-16 17:25:59 -05:00
parent bacef7ee83
commit f4365053a0
473 changed files with 67697 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
// Code (inline and block)
// Inline code within headings retain the heading's background-color
h2 code,
h3 code,
h4 code {
background-color: inherit;
}
// Modify Bootstrap's styles for blocks of code
pre.prettyprint {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}