diff options
author | V.Krishn <vkrishn4@gmail.com> | 2019-02-18 21:31:49 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2019-02-18 21:31:49 +0530 |
commit | f11ffdb05a31792b701dc740998cbc301470aed0 (patch) | |
tree | 44daaaf7bc995c3e789d143670e918299f6a9b4b /alpine | |
parent | 9a063d11f42bf50349ff2e408ffaeadd55968e02 (diff) | |
download | scripts-f11ffdb05a31792b701dc740998cbc301470aed0.tar.bz2 |
code clean
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/irc/log/get-irclog.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/alpine/irc/log/get-irclog.sh b/alpine/irc/log/get-irclog.sh index 3f7d7b4..084b185 100644 --- a/alpine/irc/log/get-irclog.sh +++ b/alpine/irc/log/get-irclog.sh @@ -68,8 +68,8 @@ header=' title='<title>alpine-irclog</title>'; style=$(cat <<EOT <style type="text/css"> -body { font-family:Arial,Helvetica,sans-serif; font-size: 1em; } -ul { width: 98%; margin: 0px; padding: 0px; background-color: black; } +body { font-family:Arial,Helvetica,sans-serif; font-size: 1em; 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; } ul li span:first-child, @@ -79,7 +79,6 @@ ul li span:nth-child(2) { float: left; padding: 2px; width: 100pt; } ul li span:nth-child(2) { width: 90pt; } -li:nth-child(odd) { background-color: black; } li:nth-child(even) { background-color: #282828; } ul li span:last-child { color: beige; display: block; margin: 0px 0px; } </style> |