diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-11 17:20:42 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-11 17:20:42 -0400 |
| commit | 0f5dbce01511453b96be3665cdebdc77899307fb (patch) | |
| tree | 580623846fe02e715719651af73e476132be1c2e /public | |
| parent | 38ce895f6c6c3387021996e93ca1c8b57b2d240d (diff) | |
remove press
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; } |
