webnomad/tmpl/header.html

14 lines
288 B
HTML

<!-- You are inside your <head> here -->
<link rel="shortcut icon" href="/favicon.ico" />
<!-- pad down for the header -->
<style type="text/css">
body {
padding-top: 3em;
padding-bottom: .5em;
}
.brand { padding: 1em 1em 1em 1em; }
.sidebar-nav { padding: 40px; }
</style>