diff --git a/src/app/components/noosfero-articles/article/article.html b/src/app/components/noosfero-articles/article/article.html index 24b1b45..ab4d1d7 100644 --- a/src/app/components/noosfero-articles/article/article.html +++ b/src/app/components/noosfero-articles/article/article.html @@ -2,6 +2,20 @@

-
+
+
+ + + + + + + + + +
+
+ +
diff --git a/src/app/components/noosfero-articles/article/article.scss b/src/app/components/noosfero-articles/article/article.scss new file mode 100644 index 0000000..e747702 --- /dev/null +++ b/src/app/components/noosfero-articles/article/article.scss @@ -0,0 +1,15 @@ +.page-info { + .author { + a { + color: #b4bcc2; + } + } +} + +.page-header { + margin-bottom: 5px; +} + +.sub-header { + margin-bottom: 20px; +} -- libgit2 0.21.2