From 9a0432fc3bd088a0813806f56abe99b51ec4c035 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Tue, 4 Jul 2017 00:15:42 +0200 Subject: [PATCH] add underline with a, disable search button and next - previous button --- classes/Categories.class.js | 2 +- public/assets/css/article.scss | 3 +++ public/assets/css/global.css | 2 ++ views/articles/article.hbs | 4 ++-- views/template.hbs | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/classes/Categories.class.js b/classes/Categories.class.js index 9809e73..c8d1c08 100644 --- a/classes/Categories.class.js +++ b/classes/Categories.class.js @@ -22,7 +22,7 @@ hbs.registerHelper('listArticle', function(tabs, options) { }); class Categories { - + /** * hydrate global var * @param {type} slug : url of categorie diff --git a/public/assets/css/article.scss b/public/assets/css/article.scss index d856359..e8ae108 100755 --- a/public/assets/css/article.scss +++ b/public/assets/css/article.scss @@ -84,6 +84,9 @@ section { word-wrap: break-word; hyphens: auto; } + a{ + text-decoration:underline; + } } } } \ No newline at end of file diff --git a/public/assets/css/global.css b/public/assets/css/global.css index 8360776..7f1d85b 100755 --- a/public/assets/css/global.css +++ b/public/assets/css/global.css @@ -361,6 +361,8 @@ section { font-size: 16pt; word-wrap: break-word; hyphens: auto; } + section article .content a{ + text-decoration:underline } #comments { margin-top: 50px; diff --git a/views/articles/article.hbs b/views/articles/article.hbs index a6de02d..bd60f69 100644 --- a/views/articles/article.hbs +++ b/views/articles/article.hbs @@ -1,9 +1,9 @@
diff --git a/views/template.hbs b/views/template.hbs index aaebf0f..97d573e 100644 --- a/views/template.hbs +++ b/views/template.hbs @@ -10,12 +10,12 @@ {{{nav}}} -