Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbpetering <bpetering@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-07-22 06:53:47 (GMT)
committer bpetering <bpetering@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-07-22 06:53:47 (GMT)
commitf1a5d103b59f4ccd0392a2caa242840eec6aeecb (patch)
treeacaf3e6f02fb1fb74b81befb494e1e9854ded4d7
parente51223ff11d178296410f7ffeda256afa857cad9 (diff)
[irclog] fix stylesheet to align messages to left
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@27663 c213334d-75ef-0310-aa23-eaa082d1ae64
-rw-r--r--cgi/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/style.css b/cgi/style.css
index 7c014ed..36fe15c 100644
--- a/cgi/style.css
+++ b/cgi/style.css
@@ -123,6 +123,8 @@ abbr { cursor: help; }
font-weight: bold;
}
+#log td.msg { text-align: left !important; }
+
/* Nick autocomplete */
.ac_results {
background: white;