From 527388c5f2328cb7d86a6d81a3dacd60cacd1183 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 15 Feb 2017 15:56:38 +0100 Subject: [PATCH] Update text on menu page --- scripts/boxesserver | 8 ++++---- scripts/self.css | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/boxesserver b/scripts/boxesserver index 2e1749a..c1d1100 100755 --- a/scripts/boxesserver +++ b/scripts/boxesserver @@ -243,11 +243,11 @@ class BServer:

Boxes.py

-A Python based generator for laser cut boxes and other things. +Create boxes and more with a laser cutter!

-

It features both finished parametrized generators as well as a Python API -for writing your own scripts. It features finger and (flat) dovetail joints, -flex cuts, holes and slots for screws and more high level functions. +

+ + Boxes.py is an Open Source box generator written in Python. It features both finished parametrized generators as well as a Python API for writing your own. It features finger and (flat) dovetail joints, flex cuts, holes and slots for screws, hinges, gears, pulleys and much more.

diff --git a/scripts/self.css b/scripts/self.css index 53ac8cf..46edfc1 100644 --- a/scripts/self.css +++ b/scripts/self.css @@ -13,12 +13,17 @@ html { line-height: 1.4; } +a { + text-decoration: none; + color: #5F584A; +} + li { color: #666; list-style-type: none; } -a { +li a { text-decoration: none; color: #333; }