diff options
| -rw-r--r-- | db.json | 7 | ||||
| -rw-r--r-- | public/assets/ok.css | 2 |
2 files changed, 2 insertions, 7 deletions
@@ -198,12 +198,7 @@ "containImage": "true", "__index": "6", "dateCreated": "Sun, 03 Apr 2016 19:12:17 GMT", - "press": [ - { - "text": "", - "uri": "" - } - ] + "press": [] }, { "id": "soylent-website", diff --git a/public/assets/ok.css b/public/assets/ok.css index acc7ea2..785a6d6 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -654,7 +654,7 @@ ul li { height: 100% } -.nopress span:last-child { +.nopress span:nth-child(6) { display: none; } |
