summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-04 12:16:22 -0400
committerJules Laplace <jules@okfoc.us>2016-04-04 12:16:22 -0400
commitbc5c9ff05b113df0907f442c225ce61c3f15f1b3 (patch)
tree1788f92c5ca2d5084220e364777804ac2d591d19
parent7c073e83edf335fe611864c00a14abca0d718b11 (diff)
fix missing brief if no press
-rw-r--r--db.json7
-rw-r--r--public/assets/ok.css2
2 files changed, 2 insertions, 7 deletions
diff --git a/db.json b/db.json
index 6307d24..bf7b9ea 100644
--- a/db.json
+++ b/db.json
@@ -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;
}