diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
commit | 50051e776f9183471570f2688d0a85f92b309a3c (patch) | |
tree | 128a58e224b712aee068453e7695b1911455ca42 /assets/css | |
parent | 229859445515b9f8e379a2037f177cbd277094d7 (diff) |
Display an error message when there is no column for a project
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index fb0bba98..ca9f5694 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -426,6 +426,10 @@ nav .active a { text-align: right; } +.public-board { + margin-top: 5px; +} + #board th a { text-decoration: none; font-size: 150%; |