2015-04-28 02:15:49 +03:00
|
|
|
|
---
|
|
|
|
|
---
|
2015-05-08 05:14:41 +03:00
|
|
|
|
@import "result-repository";
|
|
|
|
|
@import "sidenav";
|
|
|
|
|
@import "hamburger";
|
|
|
|
|
@import "layout";
|
|
|
|
|
@import "nav";
|
|
|
|
|
@import "footer";
|
|
|
|
|
@import "alert";
|
|
|
|
|
@import "home";
|
|
|
|
|
@import "examples";
|
|
|
|
|
@import "social";
|
|
|
|
|
@import "buttons";
|
2015-04-28 02:15:49 +03:00
|
|
|
|
@import "anchorjs";
|
|
|
|
|
@import "jumbotron";
|
2015-04-28 02:52:55 +03:00
|
|
|
|
@import "prettify";
|
2015-04-28 02:15:49 +03:00
|
|
|
|
|
|
|
|
|
.btn-toolbar {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Inline code within headings retain the heading's background-color */
|
|
|
|
|
h2 code,
|
|
|
|
|
h3 code,
|
|
|
|
|
h4 code {
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1[id] {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* pre */
|
|
|
|
|
pre {
|
|
|
|
|
padding: 9px 14px;
|
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
background-color: #f7f7f9;
|
|
|
|
|
border: 1px solid #e1e1e8;
|
|
|
|
|
}
|
2015-05-08 04:29:16 +03:00
|
|
|
|
|
|
|
|
|
.half-rule {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin: 40px auto;
|
|
|
|
|
}
|