New UI to control bn upload.
[simdecs.git] / web / styles.css
CommitLineData
d076ae96 1/*
2 Document : styles
3 Created on : 05/11/2011, 14:55:32
4 Author : Maroni
5 Description:
6 Purpose of the stylesheet follows.
7*/
8
9/*
10 TODO customize this sample style
11 Syntax recommendation http://www.w3.org/TR/REC-CSS2/
12*/
13
14root {
15 display: block;
16}
17
18body {
19 background: #f6f6f6 url(img/background.gif) bottom left repeat;
20 font-size: 12px;
21}
22
23.formTable {
24 text-align: left;
25}