Bring back styling pre-Bootstrap upgrade
This commit is contained in:
@@ -66,11 +66,20 @@ a:hover {
|
|||||||
font-weight:400;
|
font-weight:400;
|
||||||
letter-spacing:-1px;
|
letter-spacing:-1px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .nav > li > a {
|
.navbar .nav > li > a {
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .nav > li > a:focus,
|
||||||
|
.navbar .nav > li > a:hover {
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .divider-vertical {
|
.navbar .divider-vertical {
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ title: Home
|
|||||||
and allows you to connect them with your data in seconds.
|
and allows you to connect them with your data in seconds.
|
||||||
</p>
|
</p>
|
||||||
<p class="links">
|
<p class="links">
|
||||||
<a href="docs/" class="btn btn-large">Documentation »</a>
|
<a href="docs/" class="btn">Documentation »</a>
|
||||||
<a href="docs/tutorials.html" class="btn btn-large">Tutorials »</a>
|
<a href="docs/tutorials.html" class="btn">Tutorials »</a>
|
||||||
<a href="demos/" class="btn btn-large">Demos »</a>
|
<a href="demos/" class="btn">Demos »</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 style="color: white; margin-top: 40px;">Get started fast</h3>
|
<h3 style="color: white; margin-top: 40px;">Get started fast</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user