diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-20 20:26:21 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-20 20:26:21 -0500 |
commit | 11b6381cc0f0583a11287202463d20a0ac1ebf00 (patch) | |
tree | c973b6686467272ae56914f5e143d09de476d084 /assets | |
parent | b84edaaf13ba854290099b0df452f61e9b595a17 (diff) |
Move and clean some templates to a subfolder
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 2 | ||||
-rw-r--r-- | assets/css/header.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 0ce83aa4..2894b9ee 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -527,7 +527,7 @@ nav .active a { margin: 0; padding: 0; font-size: 140%; - border-bottom: 1px dotted #DF5353; + border-bottom: 1px dotted #ccc; } .page-header h2 a { diff --git a/assets/css/header.css b/assets/css/header.css index 4fc268cc..c8b820d1 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -61,7 +61,7 @@ nav .active a { margin: 0; padding: 0; font-size: 140%; - border-bottom: 1px dotted #DF5353; + border-bottom: 1px dotted #ccc; } .page-header h2 a { |