summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/ok.css21
-rw-r--r--templates/index.liquid1
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>