diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 21 |
1 files changed, 7 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; |
