moonbridge

view example_webpage.css @ 47:1e6cf8d0e758

Bugfix: Don't read request body when sending (minimalistic) error response due to malformed requests, etc.
author jbe
date Thu Mar 19 19:13:06 2015 +0100 (2015-03-19)
parents f6d3b3f70dab
children 4997e742c81c
line source
1 body {
2 background-color: #bfc;
3 font-family: sans-serif;
4 }
6 table {
7 border-spacing: 4px;
8 }
10 table th {
11 text-align: left;
12 }
14 table th, table td {
15 padding: 1ex 0.5em;
16 background: #f0fff4;
17 }
19 table .numeric {
20 text-align: right;
21 }
23 input[type=text] {
24 background: #f0fff4;
25 border: none;
26 }
28 input {
29 padding: 0.5ex 0.5em;
30 }

Impressum / About Us