diff options
author | JLGC @monolinux <monolinux@junglacode.org> | 2016-08-15 23:13:16 -0500 |
---|---|---|
committer | JLGC @monolinux <monolinux@junglacode.org> | 2016-08-15 23:13:16 -0500 |
commit | 683c0464093f6a7976236c68653c2a2cc5dae280 (patch) | |
tree | bf176ecd82415cc4952eea071b7d264dd5fd68b4 /assets/css/src/activity.css | |
parent | b1e795fc5b45369f7b9b565b1e106d2673361977 (diff) | |
parent | 5f82a942c0011bf91947b2c1d627c0907bda0c92 (diff) |
Merge https://github.com/kanboard/kanboard
Diffstat (limited to 'assets/css/src/activity.css')
-rw-r--r-- | assets/css/src/activity.css | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/assets/css/src/activity.css b/assets/css/src/activity.css deleted file mode 100644 index 36ede4ab..00000000 --- a/assets/css/src/activity.css +++ /dev/null @@ -1,41 +0,0 @@ -/* activity */ -.activity-event { - margin-bottom: 15px; - padding: 10px; -} - -.activity-event:hover { - background: #fafafa; -} - -.activity-date { - margin-left: 10px; - font-weight: normal; - color: #999; - font-size: 0.8em; -} - -.activity-content { - margin-left: 55px; -} - -.activity-title { - font-weight: bold; - color: #000; - border-bottom: 1px dotted #efefef; -} - -.activity-description { - font-size: 0.95em; - color: #555; - margin-top: 10px; -} - -.activity-description li { - list-style-type: circle; -} - -.activity-description ul { - margin-top: 10px; - margin-left: 20px; -} |