diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-09-23 22:03:35 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-09-23 22:03:35 +1000 |
commit | 0e413c6cb06a11dc7d1847981627710ffe774c15 (patch) | |
tree | 41568f326f8bba3fc18e37fccce47101bbef0d91 /htdocs | |
parent | ab38ae0d653da2b27f6060347c40ade2ae65616f (diff) | |
download | patchwork-0e413c6cb06a11dc7d1847981627710ffe774c15.tar patchwork-0e413c6cb06a11dc7d1847981627710ffe774c15.tar.gz |
[css] Separate patchforms from list a little
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 81950ab..4d1e440 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -174,6 +174,10 @@ a.colinactive:hover { div.filters { } +div.patchforms { + margin-top: 2em; +} + /* list pagination */ .paginator { padding-bottom: 1em; padding-top: 1em; font-size: 80%; } |