diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index f2d22e3..3573005 100644 --- a/css/styles.css +++ b/css/styles.css @@ -190,6 +190,20 @@ div.pagemenu a { font-weight: bold; } +div.pagemenu span { + text-decoration: none; + color: black; + font-weight: bold; + padding: 5px; +} + +div.pagemenu span.sep { + text-decoration: none; + color: grey; + font-weight: bold; + padding: 5px; +} + /* ####################### # Info Box (near logo) ####################### |