diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:05:49 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:05:49 -0500 |
| commit | fc1d13902e7c9ddecc6eb58bee88302a8c1aeed9 (patch) | |
| tree | 0fa8fee931a552d8edb95ff907952369c31eaa51 /static | |
| parent | 0167f40c41b01f5d9117d36532eb2e3cbddb1f6e (diff) | |
| download | famille-flask-fc1d13902e7c9ddecc6eb58bee88302a8c1aeed9.tar.gz | |
Add main.css
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..341018a --- /dev/null +++ b/static/main.css @@ -0,0 +1,10 @@ +body { + font-size: 14px; +} + +.borderless td, +.borderless tr { + border: none !important; +} + + |
