changed styling to be more like old site

This commit is contained in:
Luke Parham
2016-04-06 02:24:37 -05:00
parent 357e69302f
commit 893143bac5
48 changed files with 523 additions and 289 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>AsyncDisplayKit | ASVideoNode</title>
<link rel='stylesheet' href='/static/componentkit.css' type='text/css'/>
<link rel='stylesheet' href='/static/main.css' type='text/css'/>
<link rel="stylesheet" href='/static/pygments.css' type='text/css'/>
<link rel='shortcut icon' href='/static/favicon.png'>
<meta name='viewport' content='width=480'>
@@ -18,10 +18,8 @@
</head>
<body>
<header class='topbar'><nav class='width'>
<a href='/'>
<img src="/static/asdk-logo.png" class="logo">
</a>
<header class='topbar site-header'><nav class='width'>
<a class="site-title" href="/">AsyncDisplayKit</a>
<ul>
<li><a href="/docs/getting-started.html" class="active" >
docs
@@ -85,7 +83,7 @@
<li>
<a href=/docs/getting-started.html>
Getting Started
</a>
</li>