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; }