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