summaryrefslogtreecommitdiff
path: root/irclog/view/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'irclog/view/index.html')
-rw-r--r--irclog/view/index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/irclog/view/index.html b/irclog/view/index.html
index 490e9c3..41c33da 100644
--- a/irclog/view/index.html
+++ b/irclog/view/index.html
@@ -40,6 +40,22 @@
#searchlink {
visibility: hidden;
}
+ .logline {
+ color: black;
+ text-decoration: none;
+ }
+ .logline:link {
+ color: black;
+ text-decoration: none;
+ }
+ .logline:hover {
+ color: black;
+ text-decoration: underline;
+ }
+ .logline:visited {
+ color: black;
+ text-decoration: none;
+ }
</style>
</head>
<body>
@@ -57,6 +73,6 @@
<div id="log-container"></div>
<button onclick="setPreviousDay()">上一天</button>
<button onclick="setNextDay()">下一天</button>
- <script src="./view4.js"></script>
+ <script src="./view7.js"></script>
</body>
</html>