diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-01-24 16:29:14 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-01-24 16:29:14 -0500 |
| commit | 4fa38bf417dd7f1673f63641460092bd046d57b7 (patch) | |
| tree | 6c3a0e7ea2638bd3224cfeb9c9cb1ed3d79f82b2 /assets/css/src | |
| parent | 203754649e08dadeb631c2adfb0ccf4819dda941 (diff) | |
Add project owner
Diffstat (limited to 'assets/css/src')
| -rw-r--r-- | assets/css/src/header.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 26573f89..188fc4b5 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -55,6 +55,12 @@ nav .active a { color: #d40000; } +/* title tooltip */ +header h1 .tooltip { + opacity: 0.3; + font-size: 0.6em; +} + /* page header */ .page-header { margin-bottom: 20px; |
