diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 1f90b75..eea1a8b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -165,6 +165,12 @@ div.pagemenu div div { border-bottom: 1px solid #C0C1DA; } +div.pagemenu a { + text-decoration: none; + color: black; + font-weight: bold; +} + /* ####################### # Info Box (near logo) ####################### @@ -770,7 +776,7 @@ table.searchresults td.border { */ table.login { - margin: 0 auto;; + margin: 0 auto; } table.login tr td { |