aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-04 18:11:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-04 18:11:37 +0100
commit1e270a74878fd1951625865b0e891badcc13cd0c (patch)
tree2dd3296bb3732cfd253f9acf76b4f64b147e6f2c /templates
parentWed, 02 Jan 2019 13:12:39 +0100 (diff)
downloadwiki-public-1e270a74878fd1951625865b0e891badcc13cd0c.tar.gz
wiki-public-1e270a74878fd1951625865b0e891badcc13cd0c.tar.xz
Made links non underlined.
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 4daa31f..b40ddcd 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -33,6 +33,10 @@ p {
text-align: justify;
}
+a {
+ text-decoration: none;
+}
+
/*
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}