2015-06-08 02:46:53 +03:00
|
|
|
// Homepage-specific styles
|
2015-04-28 02:43:31 +03:00
|
|
|
|
2015-06-08 02:46:53 +03:00
|
|
|
.s2-docs-home {
|
|
|
|
.jumbotron {
|
|
|
|
margin-bottom: 0;
|
2015-05-08 04:29:16 +03:00
|
|
|
color: #000;
|
2015-04-30 01:59:06 +03:00
|
|
|
|
2015-06-08 02:46:53 +03:00
|
|
|
h1 {
|
|
|
|
color: #000;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
2015-05-08 04:29:16 +03:00
|
|
|
|
2015-06-08 02:46:53 +03:00
|
|
|
.lead {
|
|
|
|
text-align: center;
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto 40px;
|
|
|
|
}
|
2015-05-08 04:29:16 +03:00
|
|
|
|
2015-06-08 02:46:53 +03:00
|
|
|
.notice-previous {
|
|
|
|
background: #f6f6f6;
|
|
|
|
color: #666;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 15px 20px;
|
2015-05-08 04:29:16 +03:00
|
|
|
}
|
|
|
|
|
2015-06-08 02:46:53 +03:00
|
|
|
.half-rule {
|
|
|
|
width: 100px;
|
|
|
|
margin: 40px auto;
|
2015-05-08 04:29:16 +03:00
|
|
|
}
|
2015-04-30 01:59:06 +03:00
|
|
|
}
|