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