aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-12-04 23:40:02 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-12-04 23:40:02 -0500
commit4e5e1a42e0782fa75ef22cb347588e0f0c101249 (patch)
tree13845bbed7b678b4f71cd57b705140e4d0b2c8d4 /static/main.css
parent7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99 (diff)
downloadfamille-flask-4e5e1a42e0782fa75ef22cb347588e0f0c101249.tar.gz
Redesign news list
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/main.css b/static/main.css
index 5dfa186..f4f67c7 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,7 +1,3 @@
-body {
- font-size: 14px;
-}
-
.borderless td,
.borderless tr {
border: none !important;
@@ -15,4 +11,8 @@ body {
.date {
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
-} \ No newline at end of file
+}
+
+article > header {
+ margin-bottom: 2em;
+}