]> lifelog.hopto.org Git - LifeLog.git/commitdiff
FIX: Log allignment defaulted to centered.
authorWill Budic <redacted>
Fri, 29 Mar 2024 20:53:09 +0000 (07:53 +1100)
committerWill Budic <redacted>
Fri, 12 Apr 2024 22:58:19 +0000 (08:58 +1000)
htdocs/cgi-bin/wsrc/main_sun.css

index 19270373c0437a9c9a8985e240fc7e3734591365..c5ed2f8abb2a0d4510b1608119141555f6f42225 100644 (file)
@@ -198,7 +198,7 @@ div#rz {
 
 .log {
     max-width:550px;
-    /* text-align: left; */
+    text-align: left;
     word-wrap: break-word;
     white-space: normal;
     padding-left: 5px;
@@ -450,4 +450,5 @@ a:active {
     text-align: left;
     font-family: monospace;
     opacity: 8;
+    padding: 5px;
 }
\ No newline at end of file