mirror of https://github.com/apache/druid.git
some doc fixes
This commit is contained in:
parent
37f3cb38db
commit
17c600c691
|
@ -39,6 +39,7 @@ h2. Operations
|
||||||
* "Extending Druid":./Modules.html
|
* "Extending Druid":./Modules.html
|
||||||
* "Booting a Production Cluster":./Booting-a-production-cluster.html
|
* "Booting a Production Cluster":./Booting-a-production-cluster.html
|
||||||
* "Performance FAQ":./Performance-FAQ.html
|
* "Performance FAQ":./Performance-FAQ.html
|
||||||
|
* "Logging":./Logging.html
|
||||||
|
|
||||||
h2. Querying
|
h2. Querying
|
||||||
* "Querying":./Querying.html
|
* "Querying":./Querying.html
|
||||||
|
|
|
@ -1,21 +1,12 @@
|
||||||
.sub-text {
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-marketing {
|
.main-marketing {
|
||||||
margin-bottom: 50px;
|
padding: 30px 0 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-marketing a {
|
.main-marketing a {
|
||||||
color: #000000;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
.main-marketing h2 {
|
||||||
|
margin-top: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-marketing img {
|
|
||||||
margin-bottom: 40px;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue