diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 14:39:28 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 14:39:28 -0500 |
| commit | 35c66248fdb61c13e54fd50b06b93823fdf8f4fe (patch) | |
| tree | b131d33f64f49260f766abb8b85bf9e1c9f7f04f /static | |
| parent | 750b4ee0732d89d2e1595436feab1b4d3b765673 (diff) | |
Pointers to GitHub history.
Diffstat (limited to 'static')
| -rw-r--r-- | static/media/css/custom.css (renamed from static/media/css/comments.css) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/media/css/comments.css b/static/media/css/custom.css index 39aa538..6159125 100644 --- a/static/media/css/comments.css +++ b/static/media/css/custom.css @@ -5,3 +5,6 @@ body #comments { overflow: hidden; padding: 15px 20px; width: 610px; } + +a[href^="https:"] { + text-decoration: underline; } |
