From 0f5dbce01511453b96be3665cdebdc77899307fb Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Mon, 11 Apr 2016 17:20:42 -0400 Subject: remove press --- public/assets/ok.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index f4aa880..3a45870 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -805,7 +805,8 @@ ul li { width: 12px; } nav span div:nth-child(2), - .five span:nth-child(4) { + .five span:nth-child(4), + .press .five span:last-child { display: none; } .texts { @@ -832,9 +833,13 @@ ul li { border-top:2px; text-align: justify; } + .projectLink { display:none; } + .press .five span:last-child { + display: none; + } .headings { display: none; } -- cgit v1.2.3-70-g09d2 From 7a9d185c86840abbc8788ef21eb296b6f612f839 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Mon, 11 Apr 2016 18:20:41 -0400 Subject: img --- public/assets/img/crater.gif | Bin 0 -> 457946 bytes public/assets/ok.css | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 public/assets/img/crater.gif diff --git a/public/assets/img/crater.gif b/public/assets/img/crater.gif new file mode 100644 index 0000000..19b4ce9 Binary files /dev/null and b/public/assets/img/crater.gif differ diff --git a/public/assets/ok.css b/public/assets/ok.css index 3a45870..14a8cd6 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -139,7 +139,7 @@ h3 { } .intro.cover .right { - background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; + background: url(img/crater.gif)no-repeat center; background-size: cover; width: 75%; } @@ -713,7 +713,7 @@ nav { .projectLink { display: block; - margin-top: 11px; + } ul li { @@ -747,7 +747,7 @@ ul li { padding: 1px 0 0 0; } .projectLink { - margin-top: 17px; + margin-top: 3px; } } -- cgit v1.2.3-70-g09d2