aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn@insteps.net>2022-12-11 04:35:26 +0530
committerV.Krishn <vkrishn@insteps.net>2022-12-11 04:35:26 +0530
commitd9e3e608b15894341310e003ea2c445651582f82 (patch)
treebf5e8dbebf077ea036d29b155e6f9399a21d4da7
parentd61f7d9258ba54b64a6f79fbe45c1e3002d177f8 (diff)
downloadscripts-d9e3e608b15894341310e003ea2c445651582f82.tar.bz2
change some styles values in get-irclog.sh
-rw-r--r--alpine/irc/log/get-irclog.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/alpine/irc/log/get-irclog.sh b/alpine/irc/log/get-irclog.sh
index 6115b00..f1eab91 100644
--- a/alpine/irc/log/get-irclog.sh
+++ b/alpine/irc/log/get-irclog.sh
@@ -72,10 +72,10 @@ header='
style=$(cat <<EOT
<style type="text/css">
body { font-family:Arial,Helvetica,sans-serif;
- font-size: 1em; background-color: black; }
+ font-size: .9em; background-color: black; }
ul { width: 98%; margin: 0px; padding: 0px; }
ul li { padding: 3px; list-style: none; list-style-type: none;
- margin: 0px; padding: 0px; border: 1px solid black; clear: both; }
+ margin: 0px; padding: 2px; border: 1px solid black; clear: both; }
ul li span:first-child,
ul li span:nth-child(2) {
white-space: nowrap; font-weight: bold; font-size: .8em;
@@ -88,7 +88,7 @@ ul li span:last-child { color: beige; display: block; margin: 0px 0px; }
span.sort { background-color: white; }
.searchwrap { font-size: 85%; }
@media (max-width: 640px) {
- ul li span:nth-child(3) { display: block; clear: both; padding-left: 15px; }
+ ul li span:nth-child(3) { display: block; clear: both; padding-left: 10px; }
}
</style>
EOT