annotate graphics.css @ 1111:9fea17d1781b

Made pythonServer.py executable
author Giulio Moro <giuliomoro@yahoo.it>
date Sat, 20 Feb 2016 14:18:32 +0000
parents 282dfb8076f5
children 375410a5571d
rev   line source
n@1106 1 /* graphics.css
n@1106 2 * Define colours and effects for classes and objects
n@1106 3 */
n@1106 4
n@1106 5 div.title {
n@1106 6 font-size: 2em;
n@1106 7 }
n@1106 8
n@1106 9 body {
n@1106 10 }