diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 15:59:26 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 15:59:26 -0400 |
| commit | b2b7f8b9a519b941263ee0a5dc175e0ad576fae1 (patch) | |
| tree | d0d1a7d8584a3aa15eb4b9cabe5e9f55ff1b003a | |
| parent | 46f5012175db09b85acbf265860e3763d00019ab (diff) | |
nav stuff
| -rw-r--r-- | public/assets/ok.css | 21 | ||||
| -rw-r--r-- | templates/index.liquid | 1 |
2 files changed, 8 insertions, 14 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 6677e82..f7e57a9 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -51,29 +51,22 @@ nav span { border-bottom: 1px solid; - width:100%; + width: 100%; } - nav span div:first-child { float: left; } + nav span div:nth-child(2) { + border-left: 1px solid; + margin-left: 10px; + padding-left: 20px; + } + nav span div:last-child { float: right; } - /* - .texts span:first-child:after { - counter-increment: section; - content: "PG."counter(section); - width: 100%; - display: inline-block; - font-size: 9px; - font-family: 'Roboto Mono', monospace; - font-weight: 700; - margin-top: 7vh; - } - */ .top { background: #f7f7f7; diff --git a/templates/index.liquid b/templates/index.liquid index 758a3b1..d48e2ea 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -32,6 +32,7 @@ <nav> <span> <div><img src="http://i1.wp.com/www.sora.digital/wp-content/uploads/glyphicons-517-menu-hamburger.png?fit=300%2C300" width="8"> INDEX</div> + <div>OKFocus LLC. 2016</div> <div>SLIDE.1 - PG.1</div> </span> </nav> |
