From c61278f1adeb833a84c567be195f4ffce3b3424f Mon Sep 17 00:00:00 2001 From: Sam Vendittelli Date: Fri, 1 Apr 2016 23:23:44 +0100 Subject: [PATCH 1/2] Fixed cursor appearing in margin Cursor was appearing in the margin so moved `cursor: none` property to html. --- css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index d50e9f2c..ebb537a4 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,8 @@ -body { +html { cursor: none; +} + +body { margin: 60px; position: absolute; height: calc(100% - 120px); From 6e79b8404a4148433592736531c1617261cda8fa Mon Sep 17 00:00:00 2001 From: Sam Vendittelli Date: Tue, 5 Apr 2016 15:24:46 +0100 Subject: [PATCH 2/2] Add MMM-wordnik to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ee8dc27..a1870ba8 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ The following modules are created by their respective authors. - **[MMM-Facial-Recognition by PaViRo](https://github.com/paviro/MMM-Facial-Recognition)**
Facial recognition and module swapping based on the current user ... - **[MMM-Wunderlist by PaViRo](https://github.com/paviro/MMM-Wunderlist)**
Displays your Wunderlist todos on your mirror ... + +- **[MMM-wordnik by Vendittelli](https://github.com/SVendittelli/MMM-wordnik)**
Get the word of the day, its definition, and origin ... ## Contributing