Bring back styling pre-Bootstrap upgrade

This commit is contained in:
Matt Fullerton 2014-11-03 09:40:49 +01:00
parent e67493e514
commit d11c88b99f
2 changed files with 12 additions and 3 deletions

View File

@ -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 {

View File

@ -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 &raquo;</a>
<a href="docs/tutorials.html" class="btn btn-large">Tutorials &raquo;</a>
<a href="demos/" class="btn btn-large">Demos &raquo;</a>
<a href="docs/" class="btn">Documentation &raquo;</a>
<a href="docs/tutorials.html" class="btn">Tutorials &raquo;</a>
<a href="demos/" class="btn">Demos &raquo;</a>
</p>
<h3 style="color: white; margin-top: 40px;">Get started fast</h3>