commit | 5b174191e8ff060535c117e12a2d2d3c14d4d699 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Fri Mar 22 23:40:00 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Fri Mar 22 23:40:00 2013 +0100 |
tree | 7f86d29e1680f113ed09383ebeab368f6d8295ac | |
parent | d5f389daf4a07788da132132399f3ae6e70b648e [diff] |
underlines links in the articles text
diff --git a/static/css/style.less b/static/css/style.less index 0f34858..e00ffbb 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -166,6 +166,9 @@ margin: 0; padding: 0; line-height: 26px; + a { + text-decoration: underline; + } } div#article_meta {