summaryrefslogtreecommitdiffstats
path: root/assets/style.css
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-19 08:49:32 +0100
committerSven Gothel <[email protected]>2013-01-19 08:49:32 +0100
commit60ccfc5ff7dee58740ba1302626e3ccea35259b9 (patch)
tree326619264a1b24d8c21332b4deae98127dc24ec4 /assets/style.css
parent6b370c09e17285d703e805a6fbfbc341d5ec1b60 (diff)
Add id/href to each line enabling linking to each message; Simplify loop; Set logstream before start; Add logrotateStart time.
Diffstat (limited to 'assets/style.css')
-rwxr-xr-xassets/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index fe3f3e0..144f79e 100755
--- a/assets/style.css
+++ b/assets/style.css
@@ -32,6 +32,8 @@ body {padding:15px 20px; margin:0; background: #f5f5f5; font-family: "Trebuchet
.clear {clear: both}
.column {float: left; padding-left: 25px; padding-right: 50px}
+.irc-date a {color:#111111; background-color: #f5f5f5; border-style:none; text-decoration:none;}
+.irc-date a:hover {color:#000000; background-color: #eeeeee; border-style:none; text-decoration:underline;}
.irc-date {font-family: Courier New, Courier, mono;}
.irc-green {color: #009200;}
.irc-black {color: #000000;}