annotate structure.css @ 1450:bc074d4ee760

Resolved #1394: Python returns same XML responses as the PHP server
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 27 Nov 2015 12:09:49 +0000
parents
children 375410a5571d
rev   line source
nickjillings@1450 1 /* structure.css
nickjillings@1450 2 * Define the structure for classes and objects in HTML
nickjillings@1450 3 */
nickjillings@1450 4
nickjillings@1450 5 div.title {
nickjillings@1450 6 width = 100%;
nickjillings@1450 7 height = 50px;
nickjillings@1450 8 margin-bottom: 10px;
nickjillings@1450 9 }
nickjillings@1450 10
nickjillings@1450 11 body {
nickjillings@1450 12
nickjillings@1450 13 }