From ef6c2e533c75ed029aa491545b94fbf6f355d4f9 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 16 Dec 2009 20:42:59 +0000 Subject: [PATCH] Updated styles of links and code blocks in overlay page --- page-sources/overlay.php | 4 ++-- resources/normal.css | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/page-sources/overlay.php b/page-sources/overlay.php index 2684993..57a9d8d 100644 --- a/page-sources/overlay.php +++ b/page-sources/overlay.php @@ -13,8 +13,8 @@

You can install this overlay using layman. Add the the Sihnon overlay url - to your overlays variable in /etc/layman/layman.cfg. Then update - the list of overlays with layman -l and add the Sihnon overlay + to your overlays variable in /etc/layman/layman.cfg. Then update + the list of overlays with layman -L and add the Sihnon overlay with layman -a sihnon.

diff --git a/resources/normal.css b/resources/normal.css index 41d42b3..251fbee 100644 --- a/resources/normal.css +++ b/resources/normal.css @@ -73,7 +73,7 @@ a { a:visited { color: dimgrey; - text-decoration: none; + text-decoration: underline; } @@ -165,3 +165,16 @@ img.avatar { float: right; vertical-align: top; } + +/* + * + */ +code.root { + color: crimson; + font-weight: bold; +} + +code.file { + color: steelblue; + font-weight: bold; +}