diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-11 19:07:14 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-11 19:07:14 -0400 |
| commit | 5092bff20dc3047d9e73122b5e42a01e155e1caf (patch) | |
| tree | 6f83cc0d742eb68af9bd9cbf7caa25916e532cc8 | |
| parent | f023cbd469032c8ddfc9ff60272c8d14fbecb440 (diff) | |
| parent | 7a9d185c86840abbc8788ef21eb296b6f612f839 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
| -rw-r--r-- | public/assets/img/crater.gif | bin | 0 -> 457946 bytes | |||
| -rw-r--r-- | public/assets/ok.css | 13 |
2 files changed, 9 insertions, 4 deletions
diff --git a/public/assets/img/crater.gif b/public/assets/img/crater.gif Binary files differnew file mode 100644 index 0000000..19b4ce9 --- /dev/null +++ b/public/assets/img/crater.gif diff --git a/public/assets/ok.css b/public/assets/ok.css index f4aa880..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; } } @@ -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; } |
